public class FilesCommentsEditRequest extends Object implements SlackApiRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
FilesCommentsEditRequest.FilesCommentsEditRequestBuilder |
| Modifier and Type | Method and Description |
|---|---|
static FilesCommentsEditRequest.FilesCommentsEditRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getComment()
Text of the comment to edit.
|
String |
getFile()
File containing the comment to edit.
|
String |
getId()
The comment to edit.
|
String |
getToken()
Authentication token.
|
int |
hashCode() |
void |
setComment(String comment)
Text of the comment to edit.
|
void |
setFile(String file)
File containing the comment to edit.
|
void |
setId(String id)
The comment to edit.
|
void |
setToken(String token)
Authentication token.
|
String |
toString() |
public static FilesCommentsEditRequest.FilesCommentsEditRequestBuilder builder()
public String getToken()
getToken in interface SlackApiRequestpublic String getFile()
public String getId()
public String getComment()
public void setToken(String token)
public void setFile(String file)
public void setId(String id)
public void setComment(String comment)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.