Class CallsUpdateRequest
java.lang.Object
com.slack.api.methods.request.calls.CallsUpdateRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/calls.update
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanWhen supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.getId()id returned by the calls.add method.The URL required for a client to join the Call.getTitle()The name of the Call.getToken()Authentication token bearing required scopes.inthashCode()voidsetDesktopAppJoinUrl(String desktopAppJoinUrl) When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.voidid returned by the calls.add method.voidsetJoinUrl(String joinUrl) The URL required for a client to join the Call.voidThe name of the Call.voidAuthentication token bearing required scopes.toString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest- Returns:
- token string value or null
-
getId
id returned by the calls.add method. -
getDesktopAppJoinUrl
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL. -
getJoinUrl
The URL required for a client to join the Call. -
getTitle
The name of the Call. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setId
id returned by the calls.add method. -
setDesktopAppJoinUrl
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL. -
setJoinUrl
The URL required for a client to join the Call. -
setTitle
The name of the Call. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-