public class WorkflowListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
static String |
SERIALIZED_NAME_NEXT |
static String |
SERIALIZED_NAME_PREVIOUS |
| Constructor and Description |
|---|
WorkflowListDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_NEXT
public static final String SERIALIZED_NAME_PREVIOUS
public static final String SERIALIZED_NAME_LIST
public WorkflowListDTO count(Integer count)
public void setCount(Integer count)
public WorkflowListDTO next(String next)
@Nullable public String getNext()
public void setNext(String next)
public WorkflowListDTO previous(String previous)
@Nullable public String getPrevious()
public void setPrevious(String previous)
public WorkflowListDTO list(List<WorkflowInfoDTO> list)
@Nullable public List<WorkflowInfoDTO> getList()
public void setList(List<WorkflowInfoDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.