public class GetAutomateWorkflowsV2026R0QueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAutomateWorkflowsV2026R0QueryParams.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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetAutomateWorkflowsV2026R0QueryParams(GetAutomateWorkflowsV2026R0QueryParams.Builder builder) |
|
GetAutomateWorkflowsV2026R0QueryParams(String folderId) |
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 GetAutomateWorkflowsV2026R0QueryParams(String folderId)
protected GetAutomateWorkflowsV2026R0QueryParams(GetAutomateWorkflowsV2026R0QueryParams.Builder builder)