public class AutomateWorkflowsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AutomateWorkflowsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
AutomateWorkflowsManager() |
protected |
AutomateWorkflowsManager(AutomateWorkflowsManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
void |
createAutomateWorkflowStartV2026R0(String workflowId,
AutomateWorkflowStartRequestV2026R0 requestBody)
Starts an Automate workflow manually by using a workflow action ID and file IDs.
|
void |
createAutomateWorkflowStartV2026R0(String workflowId,
AutomateWorkflowStartRequestV2026R0 requestBody,
CreateAutomateWorkflowStartV2026R0Headers headers)
Starts an Automate workflow manually by using a workflow action ID and file IDs.
|
Authentication |
getAuth() |
AutomateWorkflowsV2026R0 |
getAutomateWorkflowsV2026R0(GetAutomateWorkflowsV2026R0QueryParams queryParams)
Returns workflow actions from Automate for a folder, using the `WORKFLOW` action category.
|
AutomateWorkflowsV2026R0 |
getAutomateWorkflowsV2026R0(GetAutomateWorkflowsV2026R0QueryParams queryParams,
GetAutomateWorkflowsV2026R0Headers headers)
Returns workflow actions from Automate for a folder, using the `WORKFLOW` action category.
|
NetworkSession |
getNetworkSession() |
public Authentication auth
public NetworkSession networkSession
public AutomateWorkflowsManager()
protected AutomateWorkflowsManager(AutomateWorkflowsManager.Builder builder)
public AutomateWorkflowsV2026R0 getAutomateWorkflowsV2026R0(GetAutomateWorkflowsV2026R0QueryParams queryParams)
queryParams - Query parameters of getAutomateWorkflowsV2026R0 methodpublic AutomateWorkflowsV2026R0 getAutomateWorkflowsV2026R0(GetAutomateWorkflowsV2026R0QueryParams queryParams, GetAutomateWorkflowsV2026R0Headers headers)
queryParams - Query parameters of getAutomateWorkflowsV2026R0 methodheaders - Headers of getAutomateWorkflowsV2026R0 methodpublic void createAutomateWorkflowStartV2026R0(String workflowId, AutomateWorkflowStartRequestV2026R0 requestBody)
workflowId - The ID of the workflow. Example: "12345"requestBody - Request body of createAutomateWorkflowStartV2026R0 methodpublic void createAutomateWorkflowStartV2026R0(String workflowId, AutomateWorkflowStartRequestV2026R0 requestBody, CreateAutomateWorkflowStartV2026R0Headers headers)
workflowId - The ID of the workflow. Example: "12345"requestBody - Request body of createAutomateWorkflowStartV2026R0 methodheaders - Headers of createAutomateWorkflowStartV2026R0 methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()