public class FilesCommentsDeleteRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFile()
File to delete a comment from.
|
String |
getId()
The comment to delete.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setFile(String file)
File to delete a comment from.
|
void |
setId(String id)
The comment to delete.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getFile()
public String getId()
public void setToken(String token)
public void setFile(String file)
public void setId(String id)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.