Class DocumentListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.DocumentListDTO
-
public class DocumentListDTO extends Object
DocumentListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LISTstatic StringSERIALIZED_NAME_PAGINATION
-
Constructor Summary
Constructors Constructor Description DocumentListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of Documents returned.List<DocumentDTO>getList()Get listPaginationDTOgetPagination()Get paginationinthashCode()DocumentListDTOlist(List<DocumentDTO> list)DocumentListDTOpagination(PaginationDTO pagination)voidsetCount(Integer count)voidsetList(List<DocumentDTO> list)voidsetPagination(PaginationDTO pagination)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAGINATION
public static final String SERIALIZED_NAME_PAGINATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public DocumentListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
list
public DocumentListDTO list(List<DocumentDTO> list)
-
getList
@Nullable public List<DocumentDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<DocumentDTO> list)
-
pagination
public DocumentListDTO pagination(PaginationDTO pagination)
-
getPagination
@Nullable public PaginationDTO getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(PaginationDTO pagination)
-
-