Class CallsUpdateRequest.CallsUpdateRequestBuilder
java.lang.Object
com.slack.api.methods.request.calls.CallsUpdateRequest.CallsUpdateRequestBuilder
- Enclosing class:
- CallsUpdateRequest
public static class CallsUpdateRequest.CallsUpdateRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description CallsUpdateRequestbuild()CallsUpdateRequest.CallsUpdateRequestBuilderdesktopAppJoinUrl(java.lang.String desktopAppJoinUrl)When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.CallsUpdateRequest.CallsUpdateRequestBuilderid(java.lang.String id)id returned by the calls.add method.CallsUpdateRequest.CallsUpdateRequestBuilderjoinUrl(java.lang.String joinUrl)The URL required for a client to join the Call.CallsUpdateRequest.CallsUpdateRequestBuildertitle(java.lang.String title)The name of the Call.CallsUpdateRequest.CallsUpdateRequestBuildertoken(java.lang.String token)Authentication token bearing required scopes.java.lang.StringtoString()
-
Method Details
-
token
Authentication token bearing required scopes.- Returns:
this.
-
id
id returned by the calls.add method.- Returns:
this.
-
desktopAppJoinUrl
public CallsUpdateRequest.CallsUpdateRequestBuilder desktopAppJoinUrl(java.lang.String desktopAppJoinUrl)When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.- Returns:
this.
-
joinUrl
The URL required for a client to join the Call.- Returns:
this.
-
title
The name of the Call.- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-