Class WorkflowListDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.WorkflowListDTO
WorkflowListDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCount()Number of workflow processes returned.getList()Get listgetNext()Link to the next subset of resources qualified.Link to the previous subset of resources qualified.inthashCode()list(List<WorkflowInfoDTO> list) voidvoidsetList(List<WorkflowInfoDTO> list) voidvoidsetPrevious(String previous) toString()
-
Field Details
-
SERIALIZED_NAME_COUNT
- See Also:
-
SERIALIZED_NAME_NEXT
- See Also:
-
SERIALIZED_NAME_PREVIOUS
- See Also:
-
SERIALIZED_NAME_LIST
- See Also:
-
-
Constructor Details
-
WorkflowListDTO
public WorkflowListDTO()
-
-
Method Details
-
count
-
getCount
Number of workflow processes returned.- Returns:
- count
-
setCount
-
next
-
getNext
Link to the next subset of resources qualified. Empty if no more resources are to be returned.- Returns:
- next
-
setNext
-
previous
-
getPrevious
Link to the previous subset of resources qualified. Empty if current subset is the first subset returned.- Returns:
- previous
-
setPrevious
-
list
-
getList
Get list- Returns:
- list
-
setList
-
equals
-
hashCode
public int hashCode() -
toString
-