public class WorkflowList extends Object
| Constructor and Description |
|---|
WorkflowList() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowList |
addWorkflowsItem(Workflow workflowsItem) |
boolean |
equals(Object o) |
String |
getNextLink()
Get nextLink
|
List<Workflow> |
getWorkflows()
Get workflows
|
int |
hashCode() |
WorkflowList |
nextLink(String nextLink) |
void |
setNextLink(String nextLink) |
void |
setWorkflows(List<Workflow> workflows) |
String |
toString() |
WorkflowList |
workflows(List<Workflow> workflows) |
public WorkflowList nextLink(String nextLink)
public String getNextLink()
public void setNextLink(String nextLink)
public WorkflowList workflows(List<Workflow> workflows)
public WorkflowList addWorkflowsItem(Workflow workflowsItem)
Copyright © 2018. All rights reserved.