public static final class WorkflowGetActiveWorkflowsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
WorkflowGetActiveWorkflowsResponse |
call() |
Calls getActiveWorkflows method, Get active workflows for the logged-in user's company, optionally specific to a document
|
String |
documentId() |
Get Document ID that is owned by company for which workflow info is requested.
|
WorkflowGetActiveWorkflowsRequest.Builder |
documentId(String value) |
Set Document ID that is owned by company for which workflow info is requested.
|
Boolean |
full() |
Get Whether to include the full workflow json
|
WorkflowGetActiveWorkflowsRequest.Builder |
full(Boolean value) |
Set Whether to include the full workflow json
|
public final String documentId()
public final WorkflowGetActiveWorkflowsRequest.Builder documentId(String value)
value - Document ID that is owned by company for which workflow info is requested.public final Boolean full()
public final WorkflowGetActiveWorkflowsRequest.Builder full(Boolean value)
value - Whether to include the full workflow jsonpublic final WorkflowGetActiveWorkflowsResponse call() throws OnshapeException
OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.