public class CallsEndRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
CallsEndRequest.CallsEndRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CallsEndRequest.CallsEndRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getDuration()
Call duration in seconds
|
String |
getId()
id returned when registering the call using the calls.add method
|
String |
getToken()
Authentication token bearing required scopes.
|
int |
hashCode() |
void |
setDuration(Integer duration)
Call duration in seconds
|
void |
setId(String id)
id returned when registering the call using the calls.add method
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
String |
toString() |
public static CallsEndRequest.CallsEndRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getId()
public Integer getDuration()
public void setToken(String token)
public void setId(String id)
public void setDuration(Integer duration)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.