public class CallsUpdateRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
CallsUpdateRequest.CallsUpdateRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CallsUpdateRequest.CallsUpdateRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDesktopAppJoinUrl()
When supplied, available Slack clients will attempt to
directly launch the 3rd-party Call with this URL.
|
String |
getId()
id returned by the calls.add method.
|
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.
|
int |
hashCode() |
void |
setDesktopAppJoinUrl(String desktopAppJoinUrl)
When supplied, available Slack clients will attempt to
directly launch the 3rd-party Call with this URL.
|
void |
setId(String id)
id returned by the calls.add method.
|
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.
|
String |
toString() |
public static CallsUpdateRequest.CallsUpdateRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getId()
public String getDesktopAppJoinUrl()
public String getJoinUrl()
public String getTitle()
public void setToken(String token)
public void setId(String id)
public void setDesktopAppJoinUrl(String desktopAppJoinUrl)
public void setJoinUrl(String joinUrl)
public void setTitle(String title)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.