Class WorkflowListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.WorkflowListDTO
-
public class WorkflowListDTO extends Object
WorkflowListDTO
-
-
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 WorkflowListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of workflow processes returned.List<WorkflowInfoDTO>getList()Get listStringgetNext()Link to the next subset of resources qualified.StringgetPrevious()Link to the previous subset of resources qualified.inthashCode()WorkflowListDTOlist(List<WorkflowInfoDTO> list)WorkflowListDTOnext(String next)WorkflowListDTOprevious(String previous)voidsetCount(Integer count)voidsetList(List<WorkflowInfoDTO> 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 WorkflowListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
next
public WorkflowListDTO 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 WorkflowListDTO 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 WorkflowListDTO list(List<WorkflowInfoDTO> list)
-
getList
@Nullable public List<WorkflowInfoDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<WorkflowInfoDTO> list)
-
-