public class CallsAddRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
CallsAddRequest.CallsAddRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CallsAddRequest.CallsAddRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCreatedBy()
The valid Slack user ID of the user who created this Call.
|
Integer |
getDateStart()
Call start time in UTC UNIX timestamp format
|
String |
getDesktopAppJoinUrl()
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
|
String |
getExternalDisplayId()
An optional, human-readable ID supplied by the 3rd-party Call provider.
|
String |
getExternalUniqueId()
An ID supplied by the 3rd-party Call provider.
|
String |
getJoinUrl()
The URL required for a client to join the Call.
|
String |
getTitle()
The name of the Call.
|
String |
getToken()
Authentication token bearing required scopes.
|
List<CallParticipant> |
getUsers()
The list of users to register as participants in the Call.
|
int |
hashCode() |
void |
setCreatedBy(String createdBy)
The valid Slack user ID of the user who created this Call.
|
void |
setDateStart(Integer dateStart)
Call start time in UTC UNIX timestamp format
|
void |
setDesktopAppJoinUrl(String desktopAppJoinUrl)
When supplied, available Slack clients will attempt to directly launch the 3rd-party Call with this URL.
|
void |
setExternalDisplayId(String externalDisplayId)
An optional, human-readable ID supplied by the 3rd-party Call provider.
|
void |
setExternalUniqueId(String externalUniqueId)
An ID supplied by the 3rd-party Call provider.
|
void |
setJoinUrl(String joinUrl)
The URL required for a client to join the Call.
|
void |
setTitle(String title)
The name of the Call.
|
void |
setToken(String token)
Authentication token bearing required scopes.
|
void |
setUsers(List<CallParticipant> users)
The list of users to register as participants in the Call.
|
String |
toString() |
public static CallsAddRequest.CallsAddRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getExternalUniqueId()
public String getJoinUrl()
public String getCreatedBy()
public Integer getDateStart()
public String getDesktopAppJoinUrl()
public String getExternalDisplayId()
public String getTitle()
public List<CallParticipant> getUsers()
public void setToken(String token)
public void setExternalUniqueId(String externalUniqueId)
public void setJoinUrl(String joinUrl)
public void setCreatedBy(String createdBy)
public void setDateStart(Integer dateStart)
public void setDesktopAppJoinUrl(String desktopAppJoinUrl)
public void setExternalDisplayId(String externalDisplayId)
public void setTitle(String title)
public void setUsers(List<CallParticipant> users)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.