Class FilesDeleteRequest
- java.lang.Object
-
- com.slack.api.methods.request.files.FilesDeleteRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class FilesDeleteRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFilesDeleteRequest.FilesDeleteRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FilesDeleteRequest.FilesDeleteRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetFile()ID of file to delete.StringgetToken()Authentication token.inthashCode()voidsetFile(String file)ID of file to delete.voidsetToken(String token)Authentication token.StringtoString()
-
-
-
Method Detail
-
builder
public static FilesDeleteRequest.FilesDeleteRequestBuilder builder()
-
getToken
public String getToken()
Authentication token. Requires scope: `files:write:user`- Specified by:
getTokenin interfaceSlackApiRequest
-
getFile
public String getFile()
ID of file to delete.
-
setToken
public void setToken(String token)
Authentication token. Requires scope: `files:write:user`
-
setFile
public void setFile(String file)
ID of file to delete.
-
canEqual
protected boolean canEqual(Object other)
-
-