public class WorkflowListDTO extends Object
| Constructor and Description |
|---|
WorkflowListDTO() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowListDTO |
addListItem(WorkflowInfoDTO listItem) |
WorkflowListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of workflow processes returned.
|
List<WorkflowInfoDTO> |
getList()
Get list
|
String |
getNext()
Link to the next subset of resources qualified.
|
String |
getPrevious()
Link to the previous subset of resources qualified.
|
int |
hashCode() |
WorkflowListDTO |
list(List<WorkflowInfoDTO> list) |
WorkflowListDTO |
next(String next) |
WorkflowListDTO |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<WorkflowInfoDTO> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public WorkflowListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public WorkflowListDTO next(String next)
public String getNext()
public void setNext(String next)
public WorkflowListDTO previous(String previous)
public String getPrevious()
public void setPrevious(String previous)
public WorkflowListDTO list(List<WorkflowInfoDTO> list)
public WorkflowListDTO addListItem(WorkflowInfoDTO listItem)
public List<WorkflowInfoDTO> getList()
public void setList(List<WorkflowInfoDTO> list)
Copyright © 2020 WSO2 Inc. All rights reserved.