Class CallsInfoRequest
java.lang.Object
com.slack.api.methods.request.calls.CallsInfoRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/calls.info
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetId()id of the Call returned by the calls.add method.getToken()Authentication token bearing required scopes.inthashCode()voidid of the Call returned by the calls.add method.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 of the Call returned by the calls.add method. -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setId
id of the Call returned by the calls.add method. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-