Class FilesRemoteRemoveRequest
java.lang.Object
com.slack.api.methods.request.files.remote.FilesRemoteRemoveRequest
- All Implemented Interfaces:
SlackApiRequest
public class FilesRemoteRemoveRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesRemoteRemoveRequest.FilesRemoteRemoveRequestBuilder -
Method Summary
Modifier and Type Method Description static FilesRemoteRemoveRequest.FilesRemoteRemoveRequestBuilderbuilder()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 Details
-
builder
-
getToken
Authentication token. Requires scope: `remote_files:write`- Specified by:
getTokenin interfaceSlackApiRequest
-
getExternalId
Creator defined GUID for the file. -
getFile
Specify a file by providing its ID. -
setToken
Authentication token. Requires scope: `remote_files:write` -
setExternalId
Creator defined GUID for the file. -
setFile
Specify a file by providing its ID. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-