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