Class CallsUpdateRequest
java.lang.Object
com.slack.api.methods.request.calls.CallsUpdateRequest
- All Implemented Interfaces:
SlackApiRequest
public class CallsUpdateRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallsUpdateRequest.CallsUpdateRequestBuilder -
Method Summary
Modifier and Type Method Description static CallsUpdateRequest.CallsUpdateRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDesktopAppJoinUrl()When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.StringgetId()id returned by the calls.add method.StringgetJoinUrl()The URL required for a client to join the Call.StringgetTitle()The name of the Call.StringgetToken()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.voidsetId(String id)id returned by the calls.add method.voidsetJoinUrl(String joinUrl)The URL required for a client to join the Call.voidsetTitle(String title)The name of the Call.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
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. -
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
-