Class CallsEndRequest
java.lang.Object
com.slack.api.methods.request.calls.CallsEndRequest
- All Implemented Interfaces:
SlackApiRequest
public class CallsEndRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/calls.end
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallsEndRequest.CallsEndRequestBuilder -
Method Summary
Modifier and Type Method Description static CallsEndRequest.CallsEndRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetDuration()Call duration in secondsStringgetId()id returned when registering the call using the calls.add methodStringgetToken()Authentication token bearing required scopes.inthashCode()voidsetDuration(Integer duration)Call duration in secondsvoidsetId(String id)id returned when registering the call using the calls.add methodvoidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getId
id returned when registering the call using the calls.add method -
getDuration
Call duration in seconds -
setToken
Authentication token bearing required scopes. -
setId
id returned when registering the call using the calls.add method -
setDuration
Call duration in seconds -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-