Class CallsEndRequest
java.lang.Object
com.slack.api.methods.request.calls.CallsEndRequest
- All Implemented Interfaces:
SlackApiRequest
https://docs.slack.dev/reference/methods/calls.end
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanCall duration in secondsgetId()id returned when registering the call using the calls.add methodgetToken()Authentication token bearing required scopes.inthashCode()voidsetDuration(Integer duration) Call duration in secondsvoidid returned when registering the call using the calls.add methodvoidAuthentication 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 when registering the call using the calls.add method -
getDuration
Call duration in seconds -
setToken
Authentication token bearing required scopes.- Specified by:
setTokenin interfaceSlackApiRequest
-
setId
id returned when registering the call using the calls.add method -
setDuration
Call duration in seconds -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-