public class FilesRemoteShareRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
FilesRemoteShareRequest.FilesRemoteShareRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static FilesRemoteShareRequest.FilesRemoteShareRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getChannels()
Comma-separated list of channel IDs where the file will be shared.
|
String |
getExternalId()
Creator defined GUID for the file.
|
String |
getFile()
Specify a file by providing its ID.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setChannels(List<String> channels)
Comma-separated list of channel IDs where the file will be shared.
|
void |
setExternalId(String externalId)
Creator defined GUID for the file.
|
void |
setFile(String file)
Specify a file by providing its ID.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static FilesRemoteShareRequest.FilesRemoteShareRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getExternalId()
public String getFile()
public List<String> getChannels()
public void setToken(String token)
public void setExternalId(String externalId)
public void setFile(String file)
public void setChannels(List<String> channels)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.