Class PatchRequestBodyDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.PatchRequestBodyDTO
-
public class PatchRequestBodyDTO extends Object
PatchRequestBodyDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CATEGORYstatic StringSERIALIZED_NAME_CONTENT
-
Constructor Summary
Constructors Constructor Description PatchRequestBodyDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchRequestBodyDTOcategory(String category)PatchRequestBodyDTOcontent(String content)booleanequals(Object o)StringgetCategory()Category of the commentStringgetContent()Content of the commentinthashCode()voidsetCategory(String category)voidsetContent(String content)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONTENT
public static final String SERIALIZED_NAME_CONTENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_CATEGORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
content
public PatchRequestBodyDTO content(String content)
-
setContent
public void setContent(String content)
-
category
public PatchRequestBodyDTO category(String category)
-
setCategory
public void setCategory(String category)
-
-