public class UpdateCommentByIdRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateCommentByIdRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
message
The text of the comment to update.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateCommentByIdRequestBody() |
protected |
UpdateCommentByIdRequestBody(UpdateCommentByIdRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic UpdateCommentByIdRequestBody()
protected UpdateCommentByIdRequestBody(UpdateCommentByIdRequestBody.Builder builder)