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
All Methods Static Methods Instance Methods Concrete Methods 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 Detail
-
builder
public static CallsEndRequest.CallsEndRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getId
public String getId()
id returned when registering the call using the calls.add method
-
getDuration
public Integer getDuration()
Call duration in seconds
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setId
public void setId(String id)
id returned when registering the call using the calls.add method
-
setDuration
public void setDuration(Integer duration)
Call duration in seconds
-
canEqual
protected boolean canEqual(Object other)
-
-