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