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
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 Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getId
id of the Call returned by the calls.add method. -
setToken
Authentication token bearing required scopes. -
setId
id of the Call returned by the calls.add method. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-