Class ApplicationListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.ApplicationListDTO
-
public class ApplicationListDTO extends Object
ApplicationListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LISTstatic StringSERIALIZED_NAME_NEXTstatic StringSERIALIZED_NAME_PREVIOUS
-
Constructor Summary
Constructors Constructor Description ApplicationListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of applications returned.List<ApplicationInfoDTO>getList()Get listStringgetNext()Link to the next subset of resources qualified.StringgetPrevious()Link to the previous subset of resources qualified.inthashCode()ApplicationListDTOlist(List<ApplicationInfoDTO> list)ApplicationListDTOnext(String next)ApplicationListDTOprevious(String previous)voidsetCount(Integer count)voidsetList(List<ApplicationInfoDTO> list)voidsetNext(String next)voidsetPrevious(String previous)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NEXT
public static final String SERIALIZED_NAME_NEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PREVIOUS
public static final String SERIALIZED_NAME_PREVIOUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public ApplicationListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
next
public ApplicationListDTO next(String next)
-
getNext
@Nullable public String getNext()
Link to the next subset of resources qualified. Empty if no more resources are to be returned.- Returns:
- next
-
setNext
public void setNext(String next)
-
previous
public ApplicationListDTO previous(String previous)
-
getPrevious
@Nullable public String getPrevious()
Link to the previous subset of resources qualified. Empty if current subset is the first subset returned.- Returns:
- previous
-
setPrevious
public void setPrevious(String previous)
-
list
public ApplicationListDTO list(List<ApplicationInfoDTO> list)
-
getList
@Nullable public List<ApplicationInfoDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<ApplicationInfoDTO> list)
-
-