public class GetWorkflowsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetWorkflowsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
folderId
The unique identifier that represent a folder.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
String |
triggerType
Type of trigger to search for.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetWorkflowsQueryParams(GetWorkflowsQueryParams.Builder builder) |
|
GetWorkflowsQueryParams(String folderId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderId() |
Long |
getLimit() |
String |
getMarker() |
String |
getTriggerType() |
public final String folderId
The ID for any folder can be determined by visiting this folder in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/folder/123` the `folder_id` is `123`.
The root folder of a Box account is always represented by the ID `0`.
public String triggerType
public GetWorkflowsQueryParams(String folderId)
protected GetWorkflowsQueryParams(GetWorkflowsQueryParams.Builder builder)
public String getFolderId()
public String getTriggerType()