public static final class TestCustomWorkflowsUpdateWorkflowableTestObjectRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
TestCustomWorkflowsUpdateWorkflowableTestObjectResponse |
call(CU cuType,
String oid) |
Calls updateWorkflowableTestObject method, Update the workflowable object properties
|
TestCustomWorkflowsUpdateWorkflowableTestObjectRequestProperties[] |
properties() |
Get Array of properties to update before doing the transition.
|
TestCustomWorkflowsUpdateWorkflowableTestObjectRequest.Builder |
properties(TestCustomWorkflowsUpdateWorkflowableTestObjectRequestProperties[] value) |
Set Array of properties to update before doing the transition.
|
public final TestCustomWorkflowsUpdateWorkflowableTestObjectRequestProperties[] properties()
public final TestCustomWorkflowsUpdateWorkflowableTestObjectRequest.Builder properties(TestCustomWorkflowsUpdateWorkflowableTestObjectRequestProperties[] value)
value - Array of properties to update before doing the transition. All properties with required=true which do not have a value must be specified. No properties with editable=false should be specified.public final TestCustomWorkflowsUpdateWorkflowableTestObjectResponse call(CU cuType, String oid) throws OnshapeException
cuType - Type of Company or Useroid - ID of workflowable object to updateOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.