public class Workflows extends SerializableObject
You application must be authorized to use the `Manage Box Relay` application scope within the developer console in order to use this resource.
| Modifier and Type | Class and Description |
|---|---|
static class |
Workflows.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<Workflow> |
entries
A list of workflows.
|
protected Long |
limit
The limit that was used for these entries.
|
protected String |
nextMarker
The marker for the start of the next page of results.
|
protected String |
prevMarker
The marker for the start of the previous page of results.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
Workflows() |
protected |
Workflows(Workflows.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Workflow> |
getEntries() |
Long |
getLimit() |
String |
getNextMarker() |
String |
getPrevMarker() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected Long limit
protected String nextMarker
protected String prevMarker
public Workflows()
protected Workflows(Workflows.Builder builder)
public String getNextMarker()
public String getPrevMarker()
public List<Workflow> getEntries()