Class CallsInfoRequest
- java.lang.Object
-
- com.slack.api.methods.request.calls.CallsInfoRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class CallsInfoRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCallsInfoRequest.CallsInfoRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CallsInfoRequest.CallsInfoRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()id of the Call returned by the calls.add method.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetId(String id)id of the Call returned by the calls.add method.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
-
-
Method Detail
-
builder
public static CallsInfoRequest.CallsInfoRequestBuilder builder()
-
getToken
public String getToken()
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getId
public String getId()
id of the Call returned by the calls.add method.
-
setToken
public void setToken(String token)
Authentication token bearing required scopes.
-
setId
public void setId(String id)
id of the Call returned by the calls.add method.
-
canEqual
protected boolean canEqual(Object other)
-
-