public class PatchRequestBodyDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATEGORY |
static String |
SERIALIZED_NAME_CONTENT |
| Constructor and Description |
|---|
PatchRequestBodyDTO() |
| Modifier and Type | Method and Description |
|---|---|
PatchRequestBodyDTO |
category(String category) |
PatchRequestBodyDTO |
content(String content) |
boolean |
equals(Object o) |
String |
getCategory()
Category of the comment
|
String |
getContent()
Content of the comment
|
int |
hashCode() |
void |
setCategory(String category) |
void |
setContent(String content) |
String |
toString() |
public static final String SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CATEGORY
public PatchRequestBodyDTO content(String content)
public void setContent(String content)
public PatchRequestBodyDTO category(String category)
public void setCategory(String category)
Copyright © 2021 WSO2 Inc. All rights reserved.