Package | Description |
---|---|
com.onshape.api.requests |
Request object types.
|
com.onshape.api.types |
Types used in Onshape API client.
|
Modifier and Type | Method | Description |
---|---|---|
ExportRulesGetValidRuleOptionsResponse |
ExportRulesGetValidRuleOptionsRequest.Builder.call(CU cuType,
String oid) |
Calls getValidRuleOptions method, Gets lists of the valid metadata object types, document properties, and export options
that can be used when creating an export rule.
|
MetadataGetStandardContentMetadataResponse |
MetadataGetStandardContentMetadataRequest.Builder.call(String pid,
String did,
String vid,
String eid,
CU cuType,
String oid) |
Calls getStandardContentMetadata method, Get metadata of a standard content part in a version
|
MetadataUpdateStandardContentMetadataResponse |
MetadataUpdateStandardContentMetadataRequest.Builder.call(String pid,
String did,
String vid,
String eid,
CU cuType,
String oid) |
Calls updateStandardContentMetadata method, Update metadata of a standard content part in a version for a specific user or company.
|
TestCustomWorkflowsGetWorkflowableTestObjectResponse |
TestCustomWorkflowsGetWorkflowableTestObjectRequest.Builder.call(CU cuType,
String oid) |
Calls getWorkflowableTestObject method, Returns detailed information about a workflowable object with specified id
|
TestCustomWorkflowsTransitionWorkflowableTestObjectResponse |
TestCustomWorkflowsTransitionWorkflowableTestObjectRequest.Builder.call(CU cuType,
String oid,
String transition) |
Calls transitionWorkflowableTestObject method, Transition the workflowable object for given transition name
|
TestCustomWorkflowsUpdateWorkflowableTestObjectResponse |
TestCustomWorkflowsUpdateWorkflowableTestObjectRequest.Builder.call(CU cuType,
String oid) |
Calls updateWorkflowableTestObject method, Update the workflowable object properties
|
Modifier and Type | Method | Description |
---|---|---|
static CU |
CU.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CU[] |
CU.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.