public class CallsInfoRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
CallsInfoRequest.CallsInfoRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CallsInfoRequest.CallsInfoRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getId()
id of the Call returned by the calls.add method.
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setId(String id)
id of the Call returned by the calls.add method.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static CallsInfoRequest.CallsInfoRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getId()
public void setToken(String token)
public void setId(String id)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.