Class FilesRemoteInfoRequest
- java.lang.Object
-
- com.slack.api.methods.request.files.remote.FilesRemoteInfoRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class FilesRemoteInfoRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/files.remote.info
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesRemoteInfoRequest.FilesRemoteInfoRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilesRemoteInfoRequest.FilesRemoteInfoRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetExternalId()Creator defined GUID for the file.StringgetFile()Specify a file by providing its ID.StringgetToken()Authentication token.inthashCode()voidsetExternalId(String externalId)Creator defined GUID for the file.voidsetFile(String file)Specify a file by providing its ID.voidsetToken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
builder
public static FilesRemoteInfoRequest.FilesRemoteInfoRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `remote_files:read`- Specified by:
getTokenin interfaceSlackApiRequest
-
getExternalId
public String getExternalId()
Creator defined GUID for the file.
-
getFile
public String getFile()
Specify a file by providing its ID.
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `remote_files:read`
-
setExternalId
public void setExternalId(String externalId)
Creator defined GUID for the file.
-
setFile
public void setFile(String file)
Specify a file by providing its ID.
-
canEqual
protected boolean canEqual(Object other)
-
-