Class CallsUpdateRequest.CallsUpdateRequestBuilder
java.lang.Object
com.slack.api.methods.request.calls.CallsUpdateRequest.CallsUpdateRequestBuilder
- Enclosing class:
- CallsUpdateRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()desktopAppJoinUrl(String desktopAppJoinUrl) When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.id returned by the calls.add method.The URL required for a client to join the Call.The name of the Call.Authentication token bearing required scopes.toString()
-
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
-