public class FilesRemoteInfoRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
FilesRemoteInfoRequest.FilesRemoteInfoRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static FilesRemoteInfoRequest.FilesRemoteInfoRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getExternalId()
Creator defined GUID for the file.
|
String |
getFile()
Specify a file by providing its ID.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
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 FilesRemoteInfoRequest.FilesRemoteInfoRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getExternalId()
public String getFile()
public void setToken(String token)
public void setExternalId(String externalId)
public void setFile(String file)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.