Package | Description |
---|---|
com.onshape.api.base |
Onshape API client base functionality.
|
com.onshape.api.desktop |
Utility to use OAuth authentication from client on desktop application.
|
com.onshape.api.requests |
Request object types.
|
com.onshape.api.responses |
Response object types.
|
com.onshape.api.types |
Types used in Onshape API client.
|
Modifier and Type | Method | Description |
---|---|---|
<T> T |
BaseClient.call(String method,
String url,
Object payload,
Map<String,Object> urlParameters,
Map<String,Object> queryParameters,
Class<T> type) |
Performs the HTTP call and transforms the result to the required class.
|
<T> T |
BaseClient.get(String url,
Class<T> type) |
Shortcut for GET of specific URL
|
void |
BaseClient.refreshOAuthToken() |
Refresh the OAuth token previously fetched
|
void |
BaseClient.setOAuthAccessCode(String code,
String clientId,
String clientSecret,
String redirectURI) |
Set an access code received from an OAuth request.
|
<T> void |
BaseClient.validate(T obj) |
Use javax.validation framework to validate request object before sending
to server.
|
OnshapeVersion |
BaseClient.version() |
Get the current Onshape version
|
Modifier and Type | Method | Description |
---|---|---|
void |
OnshapeDesktop.setupClient(BaseClient client) |
Launches browser-based login and sets credentials on the given Onshape
client instance.
|
Modifier and Type | Method | Description |
---|---|---|
AccountsCancelPurchaseNewResponse |
AccountsCancelPurchaseNewRequest.Builder.call(String pid,
String aid) |
Calls cancelPurchaseNew method, Cancel a recurring subscription.
|
AccountsConsumePurchaseResponse |
AccountsConsumePurchaseRequest.Builder.call(String pid) |
Calls consumePurchase method, Mark a purchase as consumed for the specified user.
|
AccountsGetPlanPurchasesResponse |
AccountsGetPlanPurchasesRequest.Builder.call(String planId) |
Calls getPlanPurchases method, Return a list of purchases associated with a plan, along with user information for the
subscribers involved.
|
AccountsGetPurchasesResponse |
AccountsGetPurchasesRequest.Builder.call() |
Calls getPurchases method, Returns list of application purchases for the current user.
|
AliasesCreateAliasResponse |
AliasesCreateAliasRequest.Builder.call() |
Calls createAlias method, Create an alias in your enterprise.
|
AliasesDeleteAliasResponse |
AliasesDeleteAliasRequest.Builder.call(String aid) |
Calls deleteAlias method, Delete an alias in your enterprise.
|
AliasesGetAliasesInCompanyResponse |
AliasesGetAliasesInCompanyRequest.Builder.call(String company) |
Calls getAliasesInCompany method, Get all aliases in your enterprise
|
AliasesGetAliasMembersResponse |
AliasesGetAliasMembersRequest.Builder.call(String aid) |
Calls getAliasMembers method, Get all alias members for an alias
|
AliasesGetAliasResponse |
AliasesGetAliasRequest.Builder.call(String aid) |
Calls getAlias method, Get an alias by id
|
AliasesUpdateAliasResponse |
AliasesUpdateAliasRequest.Builder.call(String aid) |
Calls updateAlias method, Rename or add/remove identities on an alias in your enterprise.
|
AppAssociativeDataCopyAssociativeDataResponse |
AppAssociativeDataCopyAssociativeDataRequest.Builder.call(OnshapeDocument document) |
Calls copyAssociativeData method, Copy associative data between views
|
AppAssociativeDataCopyAssociativeDataResponse |
AppAssociativeDataCopyAssociativeDataRequest.Builder.call(String did,
String wid,
String eid) |
Calls copyAssociativeData method, Copy associative data between views
|
AppElementsAbortTransactionResponse |
AppElementsAbortTransactionRequest.Builder.call(OnshapeDocument document,
String tid) |
Calls abortTransaction method, Aborts a transaction (deletes a microbranch)
|
AppElementsAbortTransactionResponse |
AppElementsAbortTransactionRequest.Builder.call(String tid,
String did,
String wid,
String eid) |
Calls abortTransaction method, Aborts a transaction (deletes a microbranch)
|
AppElementsCommitTransactionsResponse |
AppElementsCommitTransactionsRequest.Builder.call(OnshapeDocument document) |
Calls commitTransactions method, Commits transactions (Merges multiple transactions into one microversion.) Either all of the
transactions will be committed in a single microversion or none will be committed if the call
raises an error.
|
AppElementsCommitTransactionsResponse |
AppElementsCommitTransactionsRequest.Builder.call(String did,
String wid) |
Calls commitTransactions method, Commits transactions (Merges multiple transactions into one microversion.) Either all of the
transactions will be committed in a single microversion or none will be committed if the call
raises an error.
|
AppElementsCompareAppElementJsonResponse |
AppElementsCompareAppElementJsonRequest.Builder.call(OnshapeDocument document) |
Calls compareAppElementJson method, Compare App Element JSON trees in different versions / workspaces of a Document.
|
AppElementsCompareAppElementJsonResponse |
AppElementsCompareAppElementJsonRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls compareAppElementJson method, Compare App Element JSON trees in different versions / workspaces of a Document.
|
AppElementsCreateElementResponse |
AppElementsCreateElementRequest.Builder.call(OnshapeDocument document) |
Calls createElement method, Create an app element
|
AppElementsCreateElementResponse |
AppElementsCreateElementRequest.Builder.call(String did,
String wid) |
Calls createElement method, Create an app element
|
AppElementsCreateReferenceResponse |
AppElementsCreateReferenceRequest.Builder.call(OnshapeDocument document) |
Calls createReference method, Create an app element reference
|
AppElementsCreateReferenceResponse |
AppElementsCreateReferenceRequest.Builder.call(String did,
String wid,
String eid) |
Calls createReference method, Create an app element reference
|
AppElementsDeleteBlobSubelementResponse |
AppElementsDeleteBlobSubelementRequest.Builder.call(OnshapeDocument document,
String bid,
String transactionId,
String changeId) |
Calls deleteBlobSubelement method, Delete a blob subelement in an app element.
|
AppElementsDeleteBlobSubelementResponse |
AppElementsDeleteBlobSubelementRequest.Builder.call(String bid,
String did,
String wid,
String eid,
String transactionId,
String changeId) |
Calls deleteBlobSubelement method, Delete a blob subelement in an app element.
|
AppElementsDeleteContentResponse |
AppElementsDeleteContentRequest.Builder.call(OnshapeDocument document,
String sid) |
Calls deleteContent method, Deletes a sub-element of an application element
|
AppElementsDeleteContentResponse |
AppElementsDeleteContentRequest.Builder.call(String sid,
String did,
WVM wvmType,
String wvm,
String eid) |
Calls deleteContent method, Deletes a sub-element of an application element
|
AppElementsDeleteReferenceResponse |
AppElementsDeleteReferenceRequest.Builder.call(OnshapeDocument document,
String rid) |
Calls deleteReference method, Delete an app element reference
|
AppElementsDeleteReferenceResponse |
AppElementsDeleteReferenceRequest.Builder.call(String rid,
String did,
String wid,
String eid) |
Calls deleteReference method, Delete an app element reference
|
AppElementsDownloadBlobSubelementResponse |
AppElementsDownloadBlobSubelementRequest.Builder.call(OnshapeDocument document,
String bid) |
Calls downloadBlobSubelement method, Download a blob subelement from an app element
|
AppElementsDownloadBlobSubelementResponse |
AppElementsDownloadBlobSubelementRequest.Builder.call(String bid,
String did,
WVM wvmType,
String wvm,
String eid) |
Calls downloadBlobSubelement method, Download a blob subelement from an app element
|
AppElementsGetBlobSubelementIdsResponse |
AppElementsGetBlobSubelementIdsRequest.Builder.call(OnshapeDocument document) |
Calls getBlobSubelementIds method, Gets a list of all BLOB sub-element IDs of a workspace/microversion/version
|
AppElementsGetBlobSubelementIdsResponse |
AppElementsGetBlobSubelementIdsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getBlobSubelementIds method, Gets a list of all BLOB sub-element IDs of a workspace/microversion/version
|
AppElementsGetHistoryByWorkspaceResponse |
AppElementsGetHistoryByWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls getHistoryByWorkspace method, Get change history
|
AppElementsGetHistoryByWorkspaceResponse |
AppElementsGetHistoryByWorkspaceRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getHistoryByWorkspace method, Get change history
|
AppElementsGetJsonPathsResponse |
AppElementsGetJsonPathsRequest.Builder.call(OnshapeDocument document) |
Calls getJsonPaths method, Gets the portions of a JSON tree at a workspace/microversion/version, as specified by JsonPaths
|
AppElementsGetJsonPathsResponse |
AppElementsGetJsonPathsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getJsonPaths method, Gets the portions of a JSON tree at a workspace/microversion/version, as specified by JsonPaths
|
AppElementsGetJsonResponse |
AppElementsGetJsonRequest.Builder.call(OnshapeDocument document) |
Calls getJson method, Gets the JSON tree at a workspace/microversion/version
|
AppElementsGetJsonResponse |
AppElementsGetJsonRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getJson method, Gets the JSON tree at a workspace/microversion/version
|
AppElementsGetSubElementContentResponse |
AppElementsGetSubElementContentRequest.Builder.call(OnshapeDocument document) |
Calls getSubElementContent method, Get content of sub-elements in a workspace
|
AppElementsGetSubElementContentResponse |
AppElementsGetSubElementContentRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getSubElementContent method, Get content of sub-elements in a workspace
|
AppElementsGetSubElementIdsResponse |
AppElementsGetSubElementIdsRequest.Builder.call(OnshapeDocument document) |
Calls getSubElementIds method, Gets a list of all sub-element IDs of a workspace/microversion/version
|
AppElementsGetSubElementIdsResponse |
AppElementsGetSubElementIdsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getSubElementIds method, Gets a list of all sub-element IDs of a workspace/microversion/version
|
AppElementsListTransactionsResponse |
AppElementsListTransactionsRequest.Builder.call(OnshapeDocument document) |
Calls listTransactions method, List element transactions
|
AppElementsListTransactionsResponse |
AppElementsListTransactionsRequest.Builder.call(String did,
String wid,
String eid) |
Calls listTransactions method, List element transactions
|
AppElementsResolveReferenceResponse |
AppElementsResolveReferenceRequest.Builder.call(OnshapeDocument document,
String rid) |
Calls resolveReference method, Resolve an app element reference.
|
AppElementsResolveReferenceResponse |
AppElementsResolveReferenceRequest.Builder.call(String rid,
String did,
WVM wvmType,
String wvm,
String eid) |
Calls resolveReference method, Resolve an app element reference.
|
AppElementsResolveReferencesResponse |
AppElementsResolveReferencesRequest.Builder.call(OnshapeDocument document) |
Calls resolveReferences method, Resolve references for an app element
|
AppElementsResolveReferencesResponse |
AppElementsResolveReferencesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls resolveReferences method, Resolve references for an app element
|
AppElementsStartTransactionResponse |
AppElementsStartTransactionRequest.Builder.call(OnshapeDocument document) |
Calls startTransaction method, Start a transaction (creates a microbranch)
|
AppElementsStartTransactionResponse |
AppElementsStartTransactionRequest.Builder.call(String did,
String wid,
String eid) |
Calls startTransaction method, Start a transaction (creates a microbranch)
|
AppElementsUpdateElementResponse |
AppElementsUpdateElementRequest.Builder.call(OnshapeDocument document) |
Calls updateElement method, Update an app element
|
AppElementsUpdateElementResponse |
AppElementsUpdateElementRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateElement method, Update an app element
|
AppElementsUpdateReferenceResponse |
AppElementsUpdateReferenceRequest.Builder.call(OnshapeDocument document,
String rid) |
Calls updateReference method, Update an app element reference
|
AppElementsUpdateReferenceResponse |
AppElementsUpdateReferenceRequest.Builder.call(String rid,
String did,
String wid,
String eid) |
Calls updateReference method, Update an app element reference
|
AppElementsUploadBlobSubelementResponse |
AppElementsUploadBlobSubelementRequest.Builder.call(OnshapeDocument document,
String bid) |
Calls uploadBlobSubelement method, Create a blob subelement in an app element from an uploaded file.
|
AppElementsUploadBlobSubelementResponse |
AppElementsUploadBlobSubelementRequest.Builder.call(String bid,
String did,
String wid,
String eid) |
Calls uploadBlobSubelement method, Create a blob subelement in an app element from an uploaded file.
|
ApplicationsDeleteAppSettingsResponse |
ApplicationsDeleteAppSettingsRequest.Builder.call(String cid,
String uid,
String key) |
Calls deleteAppSettings method, Delete a user's application settings.
|
ApplicationsDeleteCompanyAppSettingsResponse |
ApplicationsDeleteCompanyAppSettingsRequest.Builder.call(String cid,
String cpid,
String key) |
Calls deleteCompanyAppSettings method, Delete a company's application settings.
|
ApplicationsGetCompanyAppSettingsResponse |
ApplicationsGetCompanyAppSettingsRequest.Builder.call(String cid,
String cpid) |
Calls getCompanyAppSettings method, Get company level preference settings for application.
|
ApplicationsGetUserAppSettingsResponse |
ApplicationsGetUserAppSettingsRequest.Builder.call(String cid,
String uid) |
Calls getUserAppSettings method, Get user preference settings for application.
|
ApplicationsUpdateAppCompanySettingsResponse |
ApplicationsUpdateAppCompanySettingsRequest.Builder.call(String cid,
String cpid) |
Calls updateAppCompanySettings method, Update a company settings for application.
|
ApplicationsUpdateAppSettingsResponse |
ApplicationsUpdateAppSettingsRequest.Builder.call(String cid,
String uid) |
Calls updateAppSettings method, Update a user's application settings.
|
AssembliesAddFeatureResponse |
AssembliesAddFeatureRequest.Builder.call(OnshapeDocument document) |
Calls addFeature method, Add a feature to the feature list for an assembly
|
AssembliesAddFeatureResponse |
AssembliesAddFeatureRequest.Builder.call(String did,
String wid,
String eid) |
Calls addFeature method, Add a feature to the feature list for an assembly
|
AssembliesCreateAssemblyResponse |
AssembliesCreateAssemblyRequest.Builder.call(OnshapeDocument document) |
Calls createAssembly method, Create an new assembly tab in the document.
|
AssembliesCreateAssemblyResponse |
AssembliesCreateAssemblyRequest.Builder.call(String did,
String wid) |
Calls createAssembly method, Create an new assembly tab in the document.
|
AssembliesCreateInstanceResponse |
AssembliesCreateInstanceRequest.Builder.call(OnshapeDocument document) |
Calls createInstance method, Create an instance of a part, part studio or assembly into an existing assembly element.
|
AssembliesCreateInstanceResponse |
AssembliesCreateInstanceRequest.Builder.call(String did,
String wid,
String eid) |
Calls createInstance method, Create an instance of a part, part studio or assembly into an existing assembly element.
|
AssembliesCreateTranslationResponse |
AssembliesCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
AssembliesCreateTranslationResponse |
AssembliesCreateTranslationRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls createTranslation method, Create an element translation.
|
AssembliesDeleteFeatureResponse |
AssembliesDeleteFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls deleteFeature method, Delete an existing feature in the feature list for an assembly
|
AssembliesDeleteFeatureResponse |
AssembliesDeleteFeatureRequest.Builder.call(String fid,
String did,
String wid,
String eid) |
Calls deleteFeature method, Delete an existing feature in the feature list for an assembly
|
AssembliesDeleteInstanceResponse |
AssembliesDeleteInstanceRequest.Builder.call(OnshapeDocument document,
String nid) |
Calls deleteInstance method, Delete an assembly instance.
|
AssembliesDeleteInstanceResponse |
AssembliesDeleteInstanceRequest.Builder.call(String nid,
String did,
String wid,
String eid) |
Calls deleteInstance method, Delete an assembly instance.
|
AssembliesGetAssemblyDefinitionResponse |
AssembliesGetAssemblyDefinitionRequest.Builder.call(OnshapeDocument document) |
Calls getAssemblyDefinition method, Get information about an Assembly.
|
AssembliesGetAssemblyDefinitionResponse |
AssembliesGetAssemblyDefinitionRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getAssemblyDefinition method, Get information about an Assembly.
|
AssembliesGetBillOfMaterialsResponse |
AssembliesGetBillOfMaterialsRequest.Builder.call(OnshapeDocument document) |
Calls getBillOfMaterials method, Get content of the bill of materials in json format matching the Onshape BOM Standard for the
specified assembly
|
AssembliesGetBillOfMaterialsResponse |
AssembliesGetBillOfMaterialsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getBillOfMaterials method, Get content of the bill of materials in json format matching the Onshape BOM Standard for the
specified assembly
|
AssembliesGetBoundingBoxesResponse |
AssembliesGetBoundingBoxesRequest.Builder.call(OnshapeDocument document) |
Calls getBoundingBoxes method, Get the bounding box of an Assembly, or an empty object if the Assembly is empty.
|
AssembliesGetBoundingBoxesResponse |
AssembliesGetBoundingBoxesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getBoundingBoxes method, Get the bounding box of an Assembly, or an empty object if the Assembly is empty.
|
AssembliesGetFeatureSpecsResponse |
AssembliesGetFeatureSpecsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureSpecs method, Get the definition of the feature specs for an assembly
|
AssembliesGetFeatureSpecsResponse |
AssembliesGetFeatureSpecsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatureSpecs method, Get the definition of the feature specs for an assembly
|
AssembliesGetFeaturesResponse |
AssembliesGetFeaturesRequest.Builder.call(OnshapeDocument document) |
Calls getFeatures method, Get the definition of the feature list for an assembly
|
AssembliesGetFeaturesResponse |
AssembliesGetFeaturesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatures method, Get the definition of the feature list for an assembly
|
AssembliesGetNamedViewsResponse |
AssembliesGetNamedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
AssembliesGetNamedViewsResponse |
AssembliesGetNamedViewsRequest.Builder.call(String did,
String eid) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
AssembliesGetOrCreateBillOfMaterialsElementResponse |
AssembliesGetOrCreateBillOfMaterialsElementRequest.Builder.call(OnshapeDocument document) |
Calls getOrCreateBillOfMaterialsElement method, Create and retrieve a Bill Of Materials element for the specified assembly.
|
AssembliesGetOrCreateBillOfMaterialsElementResponse |
AssembliesGetOrCreateBillOfMaterialsElementRequest.Builder.call(String did,
String wid,
String eid) |
Calls getOrCreateBillOfMaterialsElement method, Create and retrieve a Bill Of Materials element for the specified assembly.
|
AssembliesGetShadedViewsResponse |
AssembliesGetShadedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getShadedViews method, Get a shaded image rendering of an Assembly
|
AssembliesGetShadedViewsResponse |
AssembliesGetShadedViewsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getShadedViews method, Get a shaded image rendering of an Assembly
|
AssembliesInsertTransformedInstancesResponse |
AssembliesInsertTransformedInstancesRequest.Builder.call(OnshapeDocument document) |
Calls insertTransformedInstances method, Insert a list of instances, each with a transform.
|
AssembliesInsertTransformedInstancesResponse |
AssembliesInsertTransformedInstancesRequest.Builder.call(String did,
String wid,
String eid) |
Calls insertTransformedInstances method, Insert a list of instances, each with a transform.
|
AssembliesTransformOccurrencesResponse |
AssembliesTransformOccurrencesRequest.Builder.call(OnshapeDocument document) |
Calls transformOccurrences method, Transform a list of assembly occurrences.
|
AssembliesTransformOccurrencesResponse |
AssembliesTransformOccurrencesRequest.Builder.call(String did,
String wid,
String eid) |
Calls transformOccurrences method, Transform a list of assembly occurrences.
|
AssembliesUpdateFeatureResponse |
AssembliesUpdateFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls updateFeature method, Update an existing feature in the feature list for an assembly
|
AssembliesUpdateFeatureResponse |
AssembliesUpdateFeatureRequest.Builder.call(String fid,
String did,
String wid,
String eid) |
Calls updateFeature method, Update an existing feature in the feature list for an assembly
|
BillingGetClientPlansResponse |
BillingGetClientPlansRequest.Builder.call(String cid) |
Calls getClientPlans method, Returns billing plans for specified client (associated with application).
|
BlobElementsCreateTranslationResponse |
BlobElementsCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
BlobElementsCreateTranslationResponse |
BlobElementsCreateTranslationRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls createTranslation method, Create an element translation.
|
BlobElementsDownloadFileFromElementResponse |
BlobElementsDownloadFileFromElementRequest.Builder.call(OnshapeDocument document) |
Calls downloadFileFromElement method, Download a file from a blob element
|
BlobElementsDownloadFileFromElementResponse |
BlobElementsDownloadFileFromElementRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls downloadFileFromElement method, Download a file from a blob element
|
BlobElementsUpdateMeshUnitsResponse |
BlobElementsUpdateMeshUnitsRequest.Builder.call(OnshapeDocument document) |
Calls updateMeshUnits method, Updates the units of a previously imported mesh (STL or OBJ) file.
|
BlobElementsUpdateMeshUnitsResponse |
BlobElementsUpdateMeshUnitsRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateMeshUnits method, Updates the units of a previously imported mesh (STL or OBJ) file.
|
BlobElementsUploadFileCreateElementResponse |
BlobElementsUploadFileCreateElementRequest.Builder.call(OnshapeDocument document) |
Calls uploadFileCreateElement method, Create a blob element from an uploaded file.
|
BlobElementsUploadFileCreateElementResponse |
BlobElementsUploadFileCreateElementRequest.Builder.call(String did,
String wid) |
Calls uploadFileCreateElement method, Create a blob element from an uploaded file.
|
BlobElementsUploadFileUpdateElementResponse |
BlobElementsUploadFileUpdateElementRequest.Builder.call(OnshapeDocument document) |
Calls uploadFileUpdateElement method, Update a blob element by uploading a file.
|
BlobElementsUploadFileUpdateElementResponse |
BlobElementsUploadFileUpdateElementRequest.Builder.call(String did,
String wid,
String eid) |
Calls uploadFileUpdateElement method, Update a blob element by uploading a file.
|
CommentsAddAttachmentResponse |
CommentsAddAttachmentRequest.Builder.call(String cid) |
Calls addAttachment method, Add an attachment to a user's comment
|
CommentsCreateResponse |
CommentsCreateRequest.Builder.call() |
Calls create method, Post a new comment to a document
|
CommentsDeleteAttachmentsResponse |
CommentsDeleteAttachmentsRequest.Builder.call(String cid) |
Calls deleteAttachments method, Delete a comment
|
CommentsDeleteResponse |
CommentsDeleteRequest.Builder.call(String cid) |
Calls delete method, Delete a comment
|
CommentsGetAttachmentResponse |
CommentsGetAttachmentRequest.Builder.call(String cid,
String fdid) |
Calls getAttachment method, Get an attachment associated with comment
|
CommentsGetCommentResponse |
CommentsGetCommentRequest.Builder.call(String cid) |
Calls getComment method, Get details for one comment
|
CommentsGetResponse |
CommentsGetRequest.Builder.call(String did,
Number objectType,
String pid,
String eid,
Number filter,
Boolean resolved,
Number offset,
Number limit) |
Calls get method, Get list of comments for a document.
|
CommentsReopenResponse |
CommentsReopenRequest.Builder.call(String cid) |
Calls reopen method, Reopen a resolved comment
|
CommentsResolveResponse |
CommentsResolveRequest.Builder.call(String cid) |
Calls resolve method, Resolve a comment
|
CommentsUpdateResponse |
CommentsUpdateRequest.Builder.call(String cid) |
Calls update method, Update a user's comment
|
CompaniesAddUserResponse |
CompaniesAddUserRequest.Builder.call(String cid) |
Calls addUser method, Adds user to company.
|
CompaniesFindResponse |
CompaniesFindRequest.Builder.call() |
Calls find method, List companies for current user
|
CompaniesGetCompanyAppPurchasesResponse |
CompaniesGetCompanyAppPurchasesRequest.Builder.call(String cid) |
Calls getCompanyAppPurchases method, Returns list of application purchases for the company.
|
CompaniesGetCompanyOneTimeAppPurchasesResponse |
CompaniesGetCompanyOneTimeAppPurchasesRequest.Builder.call(String cid) |
Calls getCompanyOneTimeAppPurchases method, Returns list of one-time application purchases for the company.
|
CompaniesGetDocumentsByNameResponse |
CompaniesGetDocumentsByNameRequest.Builder.call(String cid,
String name) |
Calls getDocumentsByName method, Get list of company owned documents by exact name.
|
CompaniesGetResponse |
CompaniesGetRequest.Builder.call(String cid) |
Calls get method, Get company info.
|
DocumentsCopyWorkspaceResponse |
DocumentsCopyWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls copyWorkspace method, Copy a workspace
|
DocumentsCopyWorkspaceResponse |
DocumentsCopyWorkspaceRequest.Builder.call(String did,
String wid) |
Calls copyWorkspace method, Copy a workspace
|
DocumentsCreateDocumentResponse |
DocumentsCreateDocumentRequest.Builder.call() |
Calls createDocument method, Create document
|
DocumentsCreateVersionResponse |
DocumentsCreateVersionRequest.Builder.call(OnshapeDocument document) |
Calls createVersion method, Create version at the current microversion of the specified workspace or a target microversion.
|
DocumentsCreateVersionResponse |
DocumentsCreateVersionRequest.Builder.call(String did) |
Calls createVersion method, Create version at the current microversion of the specified workspace or a target microversion.
|
DocumentsCreateWorkspaceResponse |
DocumentsCreateWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls createWorkspace method, Creates a new workspace.
|
DocumentsCreateWorkspaceResponse |
DocumentsCreateWorkspaceRequest.Builder.call(String did) |
Calls createWorkspace method, Creates a new workspace.
|
DocumentsDeleteDocumentResponse |
DocumentsDeleteDocumentRequest.Builder.call(OnshapeDocument document) |
Calls deleteDocument method, Delete a document
|
DocumentsDeleteDocumentResponse |
DocumentsDeleteDocumentRequest.Builder.call(String did) |
Calls deleteDocument method, Delete a document
|
DocumentsDeleteWorkspaceResponse |
DocumentsDeleteWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls deleteWorkspace method, Delete workspace
|
DocumentsDeleteWorkspaceResponse |
DocumentsDeleteWorkspaceRequest.Builder.call(String did,
String wid) |
Calls deleteWorkspace method, Delete workspace
|
DocumentsDownloadExternalDataResponse |
DocumentsDownloadExternalDataRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls downloadExternalData method, Download external data
|
DocumentsDownloadExternalDataResponse |
DocumentsDownloadExternalDataRequest.Builder.call(String fid,
String did) |
Calls downloadExternalData method, Download external data
|
DocumentsExportElementPostJsonResponse |
DocumentsExportElementPostJsonRequest.Builder.call(OnshapeDocument document) |
Calls exportElementPostJson method, Export the given element in STL or Parasolid (PS) formats; returns an URI in the response body,
client should GET this URI to initiate the export.
|
DocumentsExportElementPostJsonResponse |
DocumentsExportElementPostJsonRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls exportElementPostJson method, Export the given element in STL or Parasolid (PS) formats; returns an URI in the response body,
client should GET this URI to initiate the export.
|
DocumentsFilterDocumentHistoryResponse |
DocumentsFilterDocumentHistoryRequest.Builder.call() |
Calls filterDocumentHistory method, filter document history
|
DocumentsGetAclResponse |
DocumentsGetAclRequest.Builder.call(OnshapeDocument document) |
Calls getAcl method, Get list of entities with access to a document and the permissions granted to them.
|
DocumentsGetAclResponse |
DocumentsGetAclRequest.Builder.call(String did) |
Calls getAcl method, Get list of entities with access to a document and the permissions granted to them.
|
DocumentsGetCurrentMicroversionResponse |
DocumentsGetCurrentMicroversionRequest.Builder.call(OnshapeDocument document) |
Calls getCurrentMicroversion method, Get current microversion from a version or workspace
|
DocumentsGetCurrentMicroversionResponse |
DocumentsGetCurrentMicroversionRequest.Builder.call(String did,
WV wvType,
String wv) |
Calls getCurrentMicroversion method, Get current microversion from a version or workspace
|
DocumentsGetDocumentHistoryResponse |
DocumentsGetDocumentHistoryRequest.Builder.call(OnshapeDocument document) |
Calls getDocumentHistory method, Get a document's history
|
DocumentsGetDocumentHistoryResponse |
DocumentsGetDocumentHistoryRequest.Builder.call(String did,
WM wmType,
String wm) |
Calls getDocumentHistory method, Get a document's history
|
DocumentsGetDocumentPermissionSetResponse |
DocumentsGetDocumentPermissionSetRequest.Builder.call(OnshapeDocument document) |
Calls getDocumentPermissionSet method, Get the permission set for a document
|
DocumentsGetDocumentPermissionSetResponse |
DocumentsGetDocumentPermissionSetRequest.Builder.call(String did) |
Calls getDocumentPermissionSet method, Get the permission set for a document
|
DocumentsGetDocumentResponse |
DocumentsGetDocumentRequest.Builder.call(OnshapeDocument document) |
Calls getDocument method, Get full details about a document
|
DocumentsGetDocumentResponse |
DocumentsGetDocumentRequest.Builder.call(String did) |
Calls getDocument method, Get full details about a document
|
DocumentsGetDocumentsResponse |
DocumentsGetDocumentsRequest.Builder.call() |
Calls getDocuments method, Search for documents
|
DocumentsGetElementListResponse |
DocumentsGetElementListRequest.Builder.call(OnshapeDocument document) |
Calls getElementList method, Get a list of elements in the workspace, version, or microversion of the document.
|
DocumentsGetElementListResponse |
DocumentsGetElementListRequest.Builder.call(String did,
WVM wvmType,
String wvm) |
Calls getElementList method, Get a list of elements in the workspace, version, or microversion of the document.
|
DocumentsGetInsertablesResponse |
DocumentsGetInsertablesRequest.Builder.call(OnshapeDocument document) |
Calls getInsertables method, Get a list of insertables in a version or workspace of the document, optionally for a specific element.
|
DocumentsGetInsertablesResponse |
DocumentsGetInsertablesRequest.Builder.call(String did,
WV wvType,
String wv) |
Calls getInsertables method, Get a list of insertables in a version or workspace of the document, optionally for a specific element.
|
DocumentsGetVersionResponse |
DocumentsGetVersionRequest.Builder.call(OnshapeDocument document,
String vid) |
Calls getVersion method, Get information about a version
|
DocumentsGetVersionResponse |
DocumentsGetVersionRequest.Builder.call(String did,
String vid) |
Calls getVersion method, Get information about a version
|
DocumentsGetVersionsResponse |
DocumentsGetVersionsRequest.Builder.call(OnshapeDocument document) |
Calls getVersions method, Get the versions in a document
|
DocumentsGetVersionsResponse |
DocumentsGetVersionsRequest.Builder.call(String did) |
Calls getVersions method, Get the versions in a document
|
DocumentsGetWorkspacesResponse |
DocumentsGetWorkspacesRequest.Builder.call(OnshapeDocument document) |
Calls getWorkspaces method, List workspaces in document
|
DocumentsGetWorkspacesResponse |
DocumentsGetWorkspacesRequest.Builder.call(String did) |
Calls getWorkspaces method, List workspaces in document
|
DocumentsMergeIntoWorkspaceResponse |
DocumentsMergeIntoWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls mergeIntoWorkspace method, Merge a version or workspace into another
|
DocumentsMergeIntoWorkspaceResponse |
DocumentsMergeIntoWorkspaceRequest.Builder.call(String did,
String wid) |
Calls mergeIntoWorkspace method, Merge a version or workspace into another
|
DocumentsMoveElementsToDocumentResponse |
DocumentsMoveElementsToDocumentRequest.Builder.call(OnshapeDocument document) |
Calls moveElementsToDocument method, Move elements from a source document to a destination document
|
DocumentsMoveElementsToDocumentResponse |
DocumentsMoveElementsToDocumentRequest.Builder.call(String did,
String wid) |
Calls moveElementsToDocument method, Move elements from a source document to a destination document
|
DocumentsRestoreFromHistoryResponse |
DocumentsRestoreFromHistoryRequest.Builder.call(OnshapeDocument document) |
Calls restoreFromHistory method, Restores document to an old version or microversion in its history.
|
DocumentsRestoreFromHistoryResponse |
DocumentsRestoreFromHistoryRequest.Builder.call(String did,
String wid,
VM vmType,
String vm) |
Calls restoreFromHistory method, Restores document to an old version or microversion in its history.
|
DocumentsSearchResponse |
DocumentsSearchRequest.Builder.call() |
Calls search method, Returns document search results
|
DocumentsShareDocumentResponse |
DocumentsShareDocumentRequest.Builder.call(OnshapeDocument document) |
Calls shareDocument method, Share document with one or more entities, which may be users, companies, teams or applications.
|
DocumentsShareDocumentResponse |
DocumentsShareDocumentRequest.Builder.call(String did) |
Calls shareDocument method, Share document with one or more entities, which may be users, companies, teams or applications.
|
DocumentsSyncAppElementsResponse |
DocumentsSyncAppElementsRequest.Builder.call(OnshapeDocument document) |
Calls syncAppElements method, Sync application elements to the latest microversions
|
DocumentsSyncAppElementsResponse |
DocumentsSyncAppElementsRequest.Builder.call(String did,
String wid) |
Calls syncAppElements method, Sync application elements to the latest microversions
|
DocumentsUnShareResponse |
DocumentsUnShareRequest.Builder.call(OnshapeDocument document) |
Calls unShare method, Remove share permissions from document
|
DocumentsUnShareResponse |
DocumentsUnShareRequest.Builder.call(String eid,
String did) |
Calls unShare method, Remove share permissions from document
|
DocumentsUpdateDocumentAttributesResponse |
DocumentsUpdateDocumentAttributesRequest.Builder.call(OnshapeDocument document) |
Calls updateDocumentAttributes method, Update document attributes name, description
|
DocumentsUpdateDocumentAttributesResponse |
DocumentsUpdateDocumentAttributesRequest.Builder.call(String did) |
Calls updateDocumentAttributes method, Update document attributes name, description
|
DocumentsUpdateExternalReferencesToLatestDocumentsResponse |
DocumentsUpdateExternalReferencesToLatestDocumentsRequest.Builder.call(OnshapeDocument document) |
Calls updateExternalReferencesToLatestDocuments method, Update the external references to the latest documents if the referenced external elements have been parted out
|
DocumentsUpdateExternalReferencesToLatestDocumentsResponse |
DocumentsUpdateExternalReferencesToLatestDocumentsRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateExternalReferencesToLatestDocuments method, Update the external references to the latest documents if the referenced external elements have been parted out
|
DrawingsCreateTranslationResponse |
DrawingsCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
DrawingsCreateTranslationResponse |
DrawingsCreateTranslationRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls createTranslation method, Create an element translation.
|
DrawingsGetTranslationFormatsResponse |
DrawingsGetTranslationFormatsRequest.Builder.call(OnshapeDocument document) |
Calls getTranslationFormats method, Returns a list of the available formats to which this Drawing can be translated.
|
DrawingsGetTranslationFormatsResponse |
DrawingsGetTranslationFormatsRequest.Builder.call(String did,
String wid,
String eid) |
Calls getTranslationFormats method, Returns a list of the available formats to which this Drawing can be translated.
|
ElementsCopyElementFromSourceDocumentResponse |
ElementsCopyElementFromSourceDocumentRequest.Builder.call(OnshapeDocument document) |
Calls copyElementFromSourceDocument method, Copy an element from a source document to a destination document or within the same document.
|
ElementsCopyElementFromSourceDocumentResponse |
ElementsCopyElementFromSourceDocumentRequest.Builder.call(String did,
String wid) |
Calls copyElementFromSourceDocument method, Copy an element from a source document to a destination document or within the same document.
|
ElementsDecodeConfigurationStringResponse |
ElementsDecodeConfigurationStringRequest.Builder.call(OnshapeDocument document,
String cid) |
Calls decodeConfigurationString method, Converts a configuration string or configuration id into parameter map form.
|
ElementsDecodeConfigurationStringResponse |
ElementsDecodeConfigurationStringRequest.Builder.call(String cid,
String did,
WVM wvmType,
String wvm,
String eid) |
Calls decodeConfigurationString method, Converts a configuration string or configuration id into parameter map form.
|
ElementsDeleteElementResponse |
ElementsDeleteElementRequest.Builder.call(OnshapeDocument document) |
Calls deleteElement method, Delete an element from a document.
|
ElementsDeleteElementResponse |
ElementsDeleteElementRequest.Builder.call(String did,
String wid,
String eid) |
Calls deleteElement method, Delete an element from a document.
|
ElementsEncodeConfigurationResponse |
ElementsEncodeConfigurationRequest.Builder.call(OnshapeDocument document) |
Calls encodeConfiguration method, Encodes a configuration into a string for use in API calls to the target element
|
ElementsEncodeConfigurationResponse |
ElementsEncodeConfigurationRequest.Builder.call(String did,
String eid) |
Calls encodeConfiguration method, Encodes a configuration into a string for use in API calls to the target element
|
ElementsGetConfigurationResponse |
ElementsGetConfigurationRequest.Builder.call(OnshapeDocument document) |
Calls getConfiguration method, Get the configuration definition for a part studio or an assembly.
|
ElementsGetConfigurationResponse |
ElementsGetConfigurationRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getConfiguration method, Get the configuration definition for a part studio or an assembly.
|
ElementsGetElementTranslatorFormatsByVersionOrWorkspaceResponse |
ElementsGetElementTranslatorFormatsByVersionOrWorkspaceRequest.Builder.call(OnshapeDocument document) |
Calls getElementTranslatorFormatsByVersionOrWorkspace method, Get translator formats for an element
|
ElementsGetElementTranslatorFormatsByVersionOrWorkspaceResponse |
ElementsGetElementTranslatorFormatsByVersionOrWorkspaceRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls getElementTranslatorFormatsByVersionOrWorkspace method, Get translator formats for an element
|
ElementsGetTranslatorFormatsResponse |
ElementsGetTranslatorFormatsRequest.Builder.call(Number objectType,
Boolean onlyImportable,
Boolean onlyExportable) |
Calls getTranslatorFormats method, Get translator formats
|
ElementsUpdateConfigurationResponse |
ElementsUpdateConfigurationRequest.Builder.call(OnshapeDocument document) |
Calls updateConfiguration method, Update the configuration for a part studio or assembly.
|
ElementsUpdateConfigurationResponse |
ElementsUpdateConfigurationRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateConfiguration method, Update the configuration for a part studio or assembly.
|
ElementsUpdateReferencesResponse |
ElementsUpdateReferencesRequest.Builder.call(OnshapeDocument document) |
Calls updateReferences method, Update or replace references in an element
|
ElementsUpdateReferencesResponse |
ElementsUpdateReferencesRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateReferences method, Update or replace references in an element
|
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.
|
FeatureStudiosCreateFeatureStudioResponse |
FeatureStudiosCreateFeatureStudioRequest.Builder.call(OnshapeDocument document) |
Calls createFeatureStudio method, Create an new feature studio tab in the document.
|
FeatureStudiosCreateFeatureStudioResponse |
FeatureStudiosCreateFeatureStudioRequest.Builder.call(String did,
String wid) |
Calls createFeatureStudio method, Create an new feature studio tab in the document.
|
FeatureStudiosGetFeatureStudioContentsResponse |
FeatureStudiosGetFeatureStudioContentsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureStudioContents method, Get the text inside a Feature Studio tab
|
FeatureStudiosGetFeatureStudioContentsResponse |
FeatureStudiosGetFeatureStudioContentsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatureStudioContents method, Get the text inside a Feature Studio tab
|
FeatureStudiosGetFeatureStudioSpecsResponse |
FeatureStudiosGetFeatureStudioSpecsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureStudioSpecs method, Get the feature specs for a Feature Studio tab
|
FeatureStudiosGetFeatureStudioSpecsResponse |
FeatureStudiosGetFeatureStudioSpecsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatureStudioSpecs method, Get the feature specs for a Feature Studio tab
|
FeatureStudiosUpdateFeatureStudioContentsResponse |
FeatureStudiosUpdateFeatureStudioContentsRequest.Builder.call(OnshapeDocument document) |
Calls updateFeatureStudioContents method, Update Feature Studio contents to be new text
|
FeatureStudiosUpdateFeatureStudioContentsResponse |
FeatureStudiosUpdateFeatureStudioContentsRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateFeatureStudioContents method, Update Feature Studio contents to be new text
|
FoldersGetAclResponse |
FoldersGetAclRequest.Builder.call(String fid) |
Calls getAcl method, Get list of entities with access to a folder and the permissions granted to them.
|
FoldersShareFolderResponse |
FoldersShareFolderRequest.Builder.call(String fid) |
Calls shareFolder method, Share folder with one or more entities, which may be users, companies, teams or applications.
|
FoldersUnShareResponse |
FoldersUnShareRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls unShare method, Remove share permissions from folder
|
FoldersUnShareResponse |
FoldersUnShareRequest.Builder.call(String eid,
String fid) |
Calls unShare method, Remove share permissions from folder
|
InsertablesGetLatestInDocumentResponse |
InsertablesGetLatestInDocumentRequest.Builder.call(OnshapeDocument document) |
Calls getLatestInDocument method, Return a list of insertables corresponding to latest revisions in a document
|
InsertablesGetLatestInDocumentResponse |
InsertablesGetLatestInDocumentRequest.Builder.call(String did) |
Calls getLatestInDocument method, Return a list of insertables corresponding to latest revisions in a document
|
MetadataCategoryCreateCategoryResponse |
MetadataCategoryCreateCategoryRequest.Builder.call() |
Calls createCategory method, Create metadata category
|
MetadataCategoryCreatePropertyResponse |
MetadataCategoryCreatePropertyRequest.Builder.call() |
Calls createProperty method, Create metadata property and associate with categories
|
MetadataCategoryDeleteCategoryResponse |
MetadataCategoryDeleteCategoryRequest.Builder.call(String catid,
String ownerId,
Number ownerType) |
Calls deleteCategory method, Delete metadata category by Id
|
MetadataCategoryGetCategoryResponse |
MetadataCategoryGetCategoryRequest.Builder.call(String catid,
String ownerId,
Number ownerType) |
Calls getCategory method, Get metadata category by Id
|
MetadataCategoryGetMetadataCategoryPropertiesResponse |
MetadataCategoryGetMetadataCategoryPropertiesRequest.Builder.call(String ownerId,
Number ownerType,
String[] categoryIds) |
Calls getMetadataCategoryProperties method, Get metadata category properties
|
MetadataCategoryGetMetadataPropertyResponse |
MetadataCategoryGetMetadataPropertyRequest.Builder.call(String pid,
String ownerId,
Number ownerType) |
Calls getMetadataProperty method, Get metadata property
|
MetadataCategoryGetPropertiesResponse |
MetadataCategoryGetPropertiesRequest.Builder.call(String ownerId,
Number ownerType) |
Calls getProperties method, Get metadata properties
|
MetadataCategorySearchResponse |
MetadataCategorySearchRequest.Builder.call(String ownerId) |
Calls search method, Search metadata categories
|
MetadataCategoryUpdateCategoryResponse |
MetadataCategoryUpdateCategoryRequest.Builder.call(String catid) |
Calls updateCategory method, Update metadata category
|
MetadataCategoryUpdatePropertyResponse |
MetadataCategoryUpdatePropertyRequest.Builder.call(String pid,
String Requesting) |
Calls updateProperty method, Update metadata property and associate or disassociate with/from categories
|
MetadataGetElementMetadataResponse |
MetadataGetElementMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getElementMetadata method, Get metadata of an element in a workspace / version
|
MetadataGetElementMetadataResponse |
MetadataGetElementMetadataRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getElementMetadata method, Get metadata of an element in a workspace / version
|
MetadataGetElementsMetadataResponse |
MetadataGetElementsMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getElementsMetadata method, Get metadata of elements in a workspace / version
|
MetadataGetElementsMetadataResponse |
MetadataGetElementsMetadataRequest.Builder.call(String did,
WVM wvmType,
String wvm) |
Calls getElementsMetadata method, Get metadata of elements in a workspace / version
|
MetadataGetMetadataResponse |
MetadataGetMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getMetadata method, Get workspace / version metadata
|
MetadataGetMetadataResponse |
MetadataGetMetadataRequest.Builder.call(String did,
WV wvType,
String wv) |
Calls getMetadata method, Get workspace / version metadata
|
MetadataGetMetadataSchemaByIDResponse |
MetadataGetMetadataSchemaByIDRequest.Builder.call(String sid) |
Calls getMetadataSchemaByID method, Get metadata schema by ID
|
MetadataGetMetadataSchemaPropertiesResponse |
MetadataGetMetadataSchemaPropertiesRequest.Builder.call() |
Calls getMetadataSchemaProperties method, Get metadata properties
|
MetadataGetMetadataSchemaResponse |
MetadataGetMetadataSchemaRequest.Builder.call(String ownerId,
Number objectType) |
Calls getMetadataSchema method, Get metadata schema, or Onshape schema if user/company has no schema for the given object type
|
MetadataGetPartListMetadataResponse |
MetadataGetPartListMetadataRequest.Builder.call(OnshapeDocument document) |
Calls getPartListMetadata method, Get metadata of parts of an element in a workspace / version / microversion
|
MetadataGetPartListMetadataResponse |
MetadataGetPartListMetadataRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getPartListMetadata method, Get metadata of parts of an element in a workspace / version / microversion
|
MetadataGetPartMetadataResponse |
MetadataGetPartMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
PPI ppi) |
Calls getPartMetadata method, Get metadata of a part in an element in a workspace / version / microversion
|
MetadataGetPartMetadataResponse |
MetadataGetPartMetadataRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String pid,
PPI ppi) |
Calls getPartMetadata method, Get metadata of a part in an element in a workspace / version / microversion
|
MetadataGetPropertyInfoResponse |
MetadataGetPropertyInfoRequest.Builder.call(String pid,
String schemaId) |
Calls getPropertyInfo method, Get metadata property info
|
MetadataGetStandardContentMetadataResponse |
MetadataGetStandardContentMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
String vid,
String oid) |
Calls getStandardContentMetadata method, Get metadata of a standard content part in a version
|
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
|
MetadataUpdateElementMetadataResponse |
MetadataUpdateElementMetadataRequest.Builder.call(OnshapeDocument document) |
Calls updateElementMetadata method, Update element metadata
|
MetadataUpdateElementMetadataResponse |
MetadataUpdateElementMetadataRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls updateElementMetadata method, Update element metadata
|
MetadataUpdateMetadataResponse |
MetadataUpdateMetadataRequest.Builder.call(OnshapeDocument document) |
Calls updateMetadata method, Update metadata.
|
MetadataUpdateMetadataResponse |
MetadataUpdateMetadataRequest.Builder.call(String did,
WV wvType,
String wv) |
Calls updateMetadata method, Update metadata.
|
MetadataUpdatePartMetadataResponse |
MetadataUpdatePartMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
PPI ppi) |
Calls updatePartMetadata method, Update Part metadata
|
MetadataUpdatePartMetadataResponse |
MetadataUpdatePartMetadataRequest.Builder.call(String did,
WV wvType,
String wv,
String eid,
String pid,
PPI ppi) |
Calls updatePartMetadata method, Update Part metadata
|
MetadataUpdateStandardContentMetadataResponse |
MetadataUpdateStandardContentMetadataRequest.Builder.call(OnshapeDocument document,
String pid,
String vid,
String oid) |
Calls updateStandardContentMetadata method, Update metadata of a standard content part in a version for a specific user or company.
|
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.
|
PartsExportGltfResponse |
PartsExportGltfRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls exportGltf method, Export glTF representation of a part.
|
PartsExportGltfResponse |
PartsExportGltfRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls exportGltf method, Export glTF representation of a part.
|
PartsExportParasolidResponse |
PartsExportParasolidRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls exportParasolid method, Export the part in text Parasolid format; returns a 307 redirect.
|
PartsExportParasolidResponse |
PartsExportParasolidRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls exportParasolid method, Export the part in text Parasolid format; returns a 307 redirect.
|
PartsExportStlResponse |
PartsExportStlRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls exportStl method, Export the part in text or binary STL format; returns a 307 redirect.
|
PartsExportStlResponse |
PartsExportStlRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls exportStl method, Export the part in text or binary STL format; returns a 307 redirect.
|
PartsGetBendTableResponse |
PartsGetBendTableRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getBendTable method, Get the bend table a sheet metal part.
|
PartsGetBendTableResponse |
PartsGetBendTableRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getBendTable method, Get the bend table a sheet metal part.
|
PartsGetBodyDetailsResponse |
PartsGetBodyDetailsRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getBodyDetails method, Get the body details of a part.
|
PartsGetBodyDetailsResponse |
PartsGetBodyDetailsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getBodyDetails method, Get the body details of a part.
|
PartsGetBoundingBoxesResponse |
PartsGetBoundingBoxesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getBoundingBoxes method, Get the bounding box of a part.
|
PartsGetBoundingBoxesResponse |
PartsGetBoundingBoxesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getBoundingBoxes method, Get the bounding box of a part.
|
PartsGetEdgesResponse |
PartsGetEdgesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getEdges method, Get the tessellated edges of a part.
|
PartsGetEdgesResponse |
PartsGetEdgesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getEdges method, Get the tessellated edges of a part.
|
PartsGetFacesResponse |
PartsGetFacesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getFaces method, Get the tessellated faces of a part.
|
PartsGetFacesResponse |
PartsGetFacesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getFaces method, Get the tessellated faces of a part.
|
PartsGetMassPropertiesResponse |
PartsGetMassPropertiesRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getMassProperties method, Get the mass properties of a part; parts must have density in order to have mass.
|
PartsGetMassPropertiesResponse |
PartsGetMassPropertiesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getMassProperties method, Get the mass properties of a part; parts must have density in order to have mass.
|
PartsGetPartsInPartstudioResponse |
PartsGetPartsInPartstudioRequest.Builder.call(OnshapeDocument document) |
Calls getPartsInPartstudio method, Get list of parts in a part studio.
|
PartsGetPartsInPartstudioResponse |
PartsGetPartsInPartstudioRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getPartsInPartstudio method, Get list of parts in a part studio.
|
PartsGetPartsResponse |
PartsGetPartsRequest.Builder.call(OnshapeDocument document) |
Calls getParts method, Get list of parts
|
PartsGetPartsResponse |
PartsGetPartsRequest.Builder.call(String did,
WVM wvmType,
String wvm) |
Calls getParts method, Get list of parts
|
PartsGetShadedViewsResponse |
PartsGetShadedViewsRequest.Builder.call(OnshapeDocument document,
String partid) |
Calls getShadedViews method, Get a shaded image rendering of a part
|
PartsGetShadedViewsResponse |
PartsGetShadedViewsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls getShadedViews method, Get a shaded image rendering of a part
|
PartStudiosAddPartStudioFeatureResponse |
PartStudiosAddPartStudioFeatureRequest.Builder.call(OnshapeDocument document) |
Calls addPartStudioFeature method, Add a feature to the feature list for a part studio.
|
PartStudiosAddPartStudioFeatureResponse |
PartStudiosAddPartStudioFeatureRequest.Builder.call(String did,
String wid,
String eid) |
Calls addPartStudioFeature method, Add a feature to the feature list for a part studio.
|
PartStudiosComparePartStudioResponse |
PartStudiosComparePartStudioRequest.Builder.call(OnshapeDocument document) |
Calls comparePartStudio method, Compare Part Studio in different versions / workspaces of a Document.
|
PartStudiosComparePartStudioResponse |
PartStudiosComparePartStudioRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls comparePartStudio method, Compare Part Studio in different versions / workspaces of a Document.
|
PartStudiosCreatePartStudioResponse |
PartStudiosCreatePartStudioRequest.Builder.call(OnshapeDocument document) |
Calls createPartStudio method, Create an new part studio tab in the document.
|
PartStudiosCreatePartStudioResponse |
PartStudiosCreatePartStudioRequest.Builder.call(String did,
String wid) |
Calls createPartStudio method, Create an new part studio tab in the document.
|
PartStudiosCreateTranslationResponse |
PartStudiosCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create an element translation.
|
PartStudiosCreateTranslationResponse |
PartStudiosCreateTranslationRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls createTranslation method, Create an element translation.
|
PartStudiosDeleteFeatureResponse |
PartStudiosDeleteFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls deleteFeature method, Delete an existing feature in the feature list for a part studio.
|
PartStudiosDeleteFeatureResponse |
PartStudiosDeleteFeatureRequest.Builder.call(String fid,
String did,
String wid,
String eid) |
Calls deleteFeature method, Delete an existing feature in the feature list for a part studio.
|
PartStudiosEvalFeatureScriptResponse |
PartStudiosEvalFeatureScriptRequest.Builder.call(OnshapeDocument document) |
Calls evalFeatureScript method, Evaluate featurescript in the context of a part studio.
|
PartStudiosEvalFeatureScriptResponse |
PartStudiosEvalFeatureScriptRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls evalFeatureScript method, Evaluate featurescript in the context of a part studio.
|
PartStudiosExportGltfResponse |
PartStudiosExportGltfRequest.Builder.call(OnshapeDocument document) |
Calls exportGltf method, Export glTF representation of parts in a Part Studio.
|
PartStudiosExportGltfResponse |
PartStudiosExportGltfRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls exportGltf method, Export glTF representation of parts in a Part Studio.
|
PartStudiosExportParasolidResponse |
PartStudiosExportParasolidRequest.Builder.call(OnshapeDocument document) |
Calls exportParasolid method, Export the part studio in text Parasolid format; returns a 307 redirect.
|
PartStudiosExportParasolidResponse |
PartStudiosExportParasolidRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls exportParasolid method, Export the part studio in text Parasolid format; returns a 307 redirect.
|
PartStudiosExportStlResponse |
PartStudiosExportStlRequest.Builder.call(OnshapeDocument document) |
Calls exportStl method, Export the part studio in text or binary STL format; returns a 307 redirect.
|
PartStudiosExportStlResponse |
PartStudiosExportStlRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls exportStl method, Export the part studio in text or binary STL format; returns a 307 redirect.
|
PartStudiosGetBodyDetailsResponse |
PartStudiosGetBodyDetailsRequest.Builder.call(OnshapeDocument document) |
Calls getBodyDetails method, Get the body details of a Part Studio.
|
PartStudiosGetBodyDetailsResponse |
PartStudiosGetBodyDetailsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getBodyDetails method, Get the body details of a Part Studio.
|
PartStudiosGetBoundingBoxesForSketchResponse |
PartStudiosGetBoundingBoxesForSketchRequest.Builder.call(OnshapeDocument document,
String sid) |
Calls getBoundingBoxesForSketch method, Get the bounding box of a sketch.
|
PartStudiosGetBoundingBoxesForSketchResponse |
PartStudiosGetBoundingBoxesForSketchRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String sid) |
Calls getBoundingBoxesForSketch method, Get the bounding box of a sketch.
|
PartStudiosGetBoundingBoxesResponse |
PartStudiosGetBoundingBoxesRequest.Builder.call(OnshapeDocument document) |
Calls getBoundingBoxes method, Get the bounding box of a Part Studio, or an empty object if the Part Studio is empty.
|
PartStudiosGetBoundingBoxesResponse |
PartStudiosGetBoundingBoxesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getBoundingBoxes method, Get the bounding box of a Part Studio, or an empty object if the Part Studio is empty.
|
PartStudiosGetEdgesResponse |
PartStudiosGetEdgesRequest.Builder.call(OnshapeDocument document) |
Calls getEdges method, Get the tessellated edges of the parts in a Part Studio.
|
PartStudiosGetEdgesResponse |
PartStudiosGetEdgesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getEdges method, Get the tessellated edges of the parts in a Part Studio.
|
PartStudiosGetFacesResponse |
PartStudiosGetFacesRequest.Builder.call(OnshapeDocument document) |
Calls getFaces method, Get the tessellated faces of the parts in a Part Studio.
|
PartStudiosGetFacesResponse |
PartStudiosGetFacesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFaces method, Get the tessellated faces of the parts in a Part Studio.
|
PartStudiosGetFeatureScriptTableResponse |
PartStudiosGetFeatureScriptTableRequest.Builder.call(OnshapeDocument document,
String tableType) |
Calls getFeatureScriptTable method, Compute and return a FeatureScript table for a given part studio (and possibly part).
|
PartStudiosGetFeatureScriptTableResponse |
PartStudiosGetFeatureScriptTableRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String tableType) |
Calls getFeatureScriptTable method, Compute and return a FeatureScript table for a given part studio (and possibly part).
|
PartStudiosGetFeatureSpecsResponse |
PartStudiosGetFeatureSpecsRequest.Builder.call(OnshapeDocument document) |
Calls getFeatureSpecs method, Get the definition of the feature specs for a part studio.
|
PartStudiosGetFeatureSpecsResponse |
PartStudiosGetFeatureSpecsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatureSpecs method, Get the definition of the feature specs for a part studio.
|
PartStudiosGetFeaturesResponse |
PartStudiosGetFeaturesRequest.Builder.call(OnshapeDocument document) |
Calls getFeatures method, Get the definition of the feature list for a part studio.
|
PartStudiosGetFeaturesResponse |
PartStudiosGetFeaturesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getFeatures method, Get the definition of the feature list for a part studio.
|
PartStudiosGetMassPropertiesResponse |
PartStudiosGetMassPropertiesRequest.Builder.call(OnshapeDocument document) |
Calls getMassProperties method, Get the mass properties of a part studio or parts; parts must have density in order to have mass.
|
PartStudiosGetMassPropertiesResponse |
PartStudiosGetMassPropertiesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getMassProperties method, Get the mass properties of a part studio or parts; parts must have density in order to have mass.
|
PartStudiosGetNamedViewsResponse |
PartStudiosGetNamedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
PartStudiosGetNamedViewsResponse |
PartStudiosGetNamedViewsRequest.Builder.call(String did,
String eid) |
Calls getNamedViews method, Returns a map from view name to view data for the given element
|
PartStudiosGetShadedViewsResponse |
PartStudiosGetShadedViewsRequest.Builder.call(OnshapeDocument document) |
Calls getShadedViews method, Get a shaded image rendering of a Part Studio
|
PartStudiosGetShadedViewsResponse |
PartStudiosGetShadedViewsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getShadedViews method, Get a shaded image rendering of a Part Studio
|
PartStudiosGetSketchInfoResponse |
PartStudiosGetSketchInfoRequest.Builder.call(OnshapeDocument document) |
Calls getSketchInfo method, Get information for sketches in a part studio
|
PartStudiosGetSketchInfoResponse |
PartStudiosGetSketchInfoRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls getSketchInfo method, Get information for sketches in a part studio
|
PartStudiosGetTessellatedEntitiesResponse |
PartStudiosGetTessellatedEntitiesRequest.Builder.call(OnshapeDocument document,
String sid) |
Calls getTessellatedEntities method, Get the tessellations of the sketch entities of a sketch in a part studio.
|
PartStudiosGetTessellatedEntitiesResponse |
PartStudiosGetTessellatedEntitiesRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid,
String sid) |
Calls getTessellatedEntities method, Get the tessellations of the sketch entities of a sketch in a part studio.
|
PartStudiosIdTranslationsResponse |
PartStudiosIdTranslationsRequest.Builder.call(OnshapeDocument document) |
Calls idTranslations method, Translate a list of part, face, etc ids defined in a specific microversion of a document to a
corresponding list of ids in the current microversion of a workspace of the document or other
specific version/microversion.
|
PartStudiosIdTranslationsResponse |
PartStudiosIdTranslationsRequest.Builder.call(String did,
WVM wvmType,
String wvm,
String eid) |
Calls idTranslations method, Translate a list of part, face, etc ids defined in a specific microversion of a document to a
corresponding list of ids in the current microversion of a workspace of the document or other
specific version/microversion.
|
PartStudiosUpdateFeatureResponse |
PartStudiosUpdateFeatureRequest.Builder.call(OnshapeDocument document,
String fid) |
Calls updateFeature method, Update an existing feature in the feature list for a part studio.
|
PartStudiosUpdateFeatureResponse |
PartStudiosUpdateFeatureRequest.Builder.call(String fid,
String did,
String wid,
String eid) |
Calls updateFeature method, Update an existing feature in the feature list for a part studio.
|
PartStudiosUpdateFeaturesResponse |
PartStudiosUpdateFeaturesRequest.Builder.call(OnshapeDocument document) |
Calls updateFeatures method, Update parameters of existing features in the feature list for a part studio.
|
PartStudiosUpdateFeaturesResponse |
PartStudiosUpdateFeaturesRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateFeatures method, Update parameters of existing features in the feature list for a part studio.
|
PartStudiosUpdateRollbackResponse |
PartStudiosUpdateRollbackRequest.Builder.call(OnshapeDocument document) |
Calls updateRollback method, Move the rollback bar in the feature list for a part studio.
|
PartStudiosUpdateRollbackResponse |
PartStudiosUpdateRollbackRequest.Builder.call(String did,
String wid,
String eid) |
Calls updateRollback method, Move the rollback bar in the feature list for a part studio.
|
ProjectsCreateProjectResponse |
ProjectsCreateProjectRequest.Builder.call() |
Calls createProject method, Create a new project within the session's enterprise company
|
ProjectsDeleteProjectResponse |
ProjectsDeleteProjectRequest.Builder.call(String pid) |
Calls deleteProject method, Delete a project defined in the session's enterprise company
|
ProjectsGetProjectResponse |
ProjectsGetProjectRequest.Builder.call(String pid) |
Calls getProject method, Returns info about a project defined in the session's enterprise company
|
ProjectsGetProjectsResponse |
ProjectsGetProjectsRequest.Builder.call() |
Calls getProjects method, Returns info about all the projects defined in the session's enterprise company.
|
ProjectsUpdateProjectResponse |
ProjectsUpdateProjectRequest.Builder.call(String pid) |
Calls updateProject method, update the project's name / description / permission scheme
|
ReleaseManagementCreateObsoletionPackageResponse |
ReleaseManagementCreateObsoletionPackageRequest.Builder.call(String wfid,
String revisionId) |
Calls createObsoletionPackage method, Create an obsoletion package to make an existing revision obsolete.
|
ReleaseManagementCreateReleasePackageResponse |
ReleaseManagementCreateReleasePackageRequest.Builder.call(String wfid) |
Calls createReleasePackage method, Create a new release package to release one or more items.
|
ReleaseManagementFindByDocumentIdAndVersionIdResponse |
ReleaseManagementFindByDocumentIdAndVersionIdRequest.Builder.call(OnshapeDocument document,
String vid) |
Calls findByDocumentIdAndVersionId method, Returns list of release packages for a document id and version id
|
ReleaseManagementFindByDocumentIdAndVersionIdResponse |
ReleaseManagementFindByDocumentIdAndVersionIdRequest.Builder.call(String did,
String vid) |
Calls findByDocumentIdAndVersionId method, Returns list of release packages for a document id and version id
|
ReleaseManagementFindByDocumentIdResponse |
ReleaseManagementFindByDocumentIdRequest.Builder.call(OnshapeDocument document) |
Calls findByDocumentId method, Returns list of release packages for a given document id
|
ReleaseManagementFindByDocumentIdResponse |
ReleaseManagementFindByDocumentIdRequest.Builder.call(String did) |
Calls findByDocumentId method, Returns list of release packages for a given document id
|
ReleaseManagementGetReleasePackageResponse |
ReleaseManagementGetReleasePackageRequest.Builder.call(String rpid) |
Calls getReleasePackage method, Returns detailed information about a release package with specified id
|
ReleaseManagementUpdateReleasePackageResponse |
ReleaseManagementUpdateReleasePackageRequest.Builder.call(String rpid,
String wfaction) |
Calls updateReleasePackage method, Update the release/obsoletion package properties and/or item properties and transition it to
desired state
|
RevisionsCreateRuleResponse |
RevisionsCreateRuleRequest.Builder.call() |
Calls createRule method, Create a new revision rule for a company
|
RevisionsDeleteRevisionHistoryResponse |
RevisionsDeleteRevisionHistoryRequest.Builder.call(String cid,
String pnum,
String et) |
Calls deleteRevisionHistory method, Erase all revisions of a given partnumber.
|
RevisionsEnumerateRevisionsResponse |
RevisionsEnumerateRevisionsRequest.Builder.call(String cid,
Number elementType) |
Calls enumerateRevisions method, Enumerate all revisions released in a company.
|
RevisionsGetAllRulesResponse |
RevisionsGetAllRulesRequest.Builder.call(String companyId) |
Calls getAllRules method, List all Onshape system revision rules, optionally including a company's specific rules
|
RevisionsGetBulkNextRevisionNamesResponse |
RevisionsGetBulkNextRevisionNamesRequest.Builder.call(String ruleid) |
Calls getBulkNextRevisionNames method, Get multiple next revision names from different points in the rule.
|
RevisionsGetLatestInDocumentOrCompanyResponse |
RevisionsGetLatestInDocumentOrCompanyRequest.Builder.call(String cd,
String pnum) |
Calls getLatestInDocumentOrCompany method, Get the latest revision for a part number in a document or company.
|
RevisionsGetNextRevisionNamesResponse |
RevisionsGetNextRevisionNamesRequest.Builder.call(String ruleid,
String revisionName,
Number limit) |
Calls getNextRevisionNames method, Get next revision names
|
RevisionsGetRevisionHistoryInCompanyByElementIdResponse |
RevisionsGetRevisionHistoryInCompanyByElementIdRequest.Builder.call(OnshapeDocument document,
String cid,
Number elementType,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByElementId method, Get a list of all revisions for a part of specified D/W/V/E ids in a company, ordered newest first.
|
RevisionsGetRevisionHistoryInCompanyByElementIdResponse |
RevisionsGetRevisionHistoryInCompanyByElementIdRequest.Builder.call(String cid,
String did,
WV wvType,
String wv,
String eid,
Number elementType,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByElementId method, Get a list of all revisions for a part of specified D/W/V/E ids in a company, ordered newest first.
|
RevisionsGetRevisionHistoryInCompanyByPartIdResponse |
RevisionsGetRevisionHistoryInCompanyByPartIdRequest.Builder.call(OnshapeDocument document,
String cid,
String pid,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByPartId method, Get a list of all revisions for a part of specified D/W/V/E/P ids in a company, ordered newest first.
|
RevisionsGetRevisionHistoryInCompanyByPartIdResponse |
RevisionsGetRevisionHistoryInCompanyByPartIdRequest.Builder.call(String cid,
String did,
WV wvType,
String wv,
String eid,
String pid,
String configuration,
String linkDocumentId,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByPartId method, Get a list of all revisions for a part of specified D/W/V/E/P ids in a company, ordered newest first.
|
RevisionsGetRevisionHistoryInCompanyByPartNumberResponse |
RevisionsGetRevisionHistoryInCompanyByPartNumberRequest.Builder.call(String cid,
String pnum,
Number elementType,
Boolean fillApprovers) |
Calls getRevisionHistoryInCompanyByPartNumber method, Get a list of all revisions for a part number in a company, ordered newest first.
|
RevisionsGetRuleByIdResponse |
RevisionsGetRuleByIdRequest.Builder.call(String ruleid) |
Calls getRuleById method, Get Revision Rule by id
|
RevisionsUpdateRuleResponse |
RevisionsUpdateRuleRequest.Builder.call(String ruleid) |
Calls updateRule method, Update an existing revision rule for a company
|
TeamsFindResponse |
TeamsFindRequest.Builder.call() |
Calls find method, Get list of teams for current user
|
TeamsGetMembersResponse |
TeamsGetMembersRequest.Builder.call(String tid) |
Calls getMembers method, List members of a team; max 20 per page
|
TeamsGetResponse |
TeamsGetRequest.Builder.call(String tid) |
Calls get method, Get team info.
|
TestCustomWorkflowsCreateWorkflowableTestObjectResponse |
TestCustomWorkflowsCreateWorkflowableTestObjectRequest.Builder.call(String wfid) |
Calls createWorkflowableTestObject method, Create a new workflowable object to test workflow.
|
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
|
ThumbnailsDeleteApplicationThumbnailsResponse |
ThumbnailsDeleteApplicationThumbnailsRequest.Builder.call(OnshapeDocument document) |
Calls deleteApplicationThumbnails method, Delete element thumbnails for an application element
|
ThumbnailsDeleteApplicationThumbnailsResponse |
ThumbnailsDeleteApplicationThumbnailsRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls deleteApplicationThumbnails method, Delete element thumbnails for an application element
|
ThumbnailsGetDocumentThumbnailResponse |
ThumbnailsGetDocumentThumbnailRequest.Builder.call(OnshapeDocument document) |
Calls getDocumentThumbnail method, Get the thumbnail for a document in a specific workspace
|
ThumbnailsGetDocumentThumbnailResponse |
ThumbnailsGetDocumentThumbnailRequest.Builder.call(String did,
String wid) |
Calls getDocumentThumbnail method, Get the thumbnail for a document in a specific workspace
|
ThumbnailsGetDocumentThumbnailWithSizeResponse |
ThumbnailsGetDocumentThumbnailWithSizeRequest.Builder.call(OnshapeDocument document,
String sz) |
Calls getDocumentThumbnailWithSize method, Return thumbnail for document, with specified size in pixels
|
ThumbnailsGetDocumentThumbnailWithSizeResponse |
ThumbnailsGetDocumentThumbnailWithSizeRequest.Builder.call(String sz,
String did,
String wid) |
Calls getDocumentThumbnailWithSize method, Return thumbnail for document, with specified size in pixels
|
ThumbnailsGetElementThumbnailResponse |
ThumbnailsGetElementThumbnailRequest.Builder.call(OnshapeDocument document) |
Calls getElementThumbnail method, Return thumbnail info for an element tab
|
ThumbnailsGetElementThumbnailResponse |
ThumbnailsGetElementThumbnailRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls getElementThumbnail method, Return thumbnail info for an element tab
|
ThumbnailsGetElementThumbnailWithApiConfigurationResponse |
ThumbnailsGetElementThumbnailWithApiConfigurationRequest.Builder.call(OnshapeDocument document,
String cid,
String sz,
Boolean rejectEmpty,
Boolean requireConfigMatch) |
Calls getElementThumbnailWithApiConfiguration method, Return thumbnail for element, with specified size in pixels
|
ThumbnailsGetElementThumbnailWithApiConfigurationResponse |
ThumbnailsGetElementThumbnailWithApiConfigurationRequest.Builder.call(String cid,
String sz,
String did,
String wid,
String eid,
Boolean rejectEmpty,
Boolean requireConfigMatch) |
Calls getElementThumbnailWithApiConfiguration method, Return thumbnail for element, with specified size in pixels
|
ThumbnailsGetElementThumbnailWithSizeResponse |
ThumbnailsGetElementThumbnailWithSizeRequest.Builder.call(OnshapeDocument document,
String sz,
Boolean rejectEmpty) |
Calls getElementThumbnailWithSize method, Return thumbnail for element, with specified size in pixels
|
ThumbnailsGetElementThumbnailWithSizeResponse |
ThumbnailsGetElementThumbnailWithSizeRequest.Builder.call(String sz,
String did,
String wid,
String eid,
Boolean rejectEmpty) |
Calls getElementThumbnailWithSize method, Return thumbnail for element, with specified size in pixels
|
ThumbnailsGetThumbnailForDocumentAndVersionResponse |
ThumbnailsGetThumbnailForDocumentAndVersionRequest.Builder.call(OnshapeDocument document,
String vid) |
Calls getThumbnailForDocumentAndVersion method, Return thumbnail info for document at specified version
|
ThumbnailsGetThumbnailForDocumentAndVersionResponse |
ThumbnailsGetThumbnailForDocumentAndVersionRequest.Builder.call(String did,
String vid) |
Calls getThumbnailForDocumentAndVersion method, Return thumbnail info for document at specified version
|
ThumbnailsGetThumbnailForDocumentResponse |
ThumbnailsGetThumbnailForDocumentRequest.Builder.call(OnshapeDocument document) |
Calls getThumbnailForDocument method, Get thumbnail info for document in default workspace
|
ThumbnailsGetThumbnailForDocumentResponse |
ThumbnailsGetThumbnailForDocumentRequest.Builder.call(String did) |
Calls getThumbnailForDocument method, Get thumbnail info for document in default workspace
|
ThumbnailsSetApplicationElementThumbnailResponse |
ThumbnailsSetApplicationElementThumbnailRequest.Builder.call(OnshapeDocument document) |
Calls setApplicationElementThumbnail method, Set element thumbnails for an application element
|
ThumbnailsSetApplicationElementThumbnailResponse |
ThumbnailsSetApplicationElementThumbnailRequest.Builder.call(String did,
WV wvType,
String wv,
String eid) |
Calls setApplicationElementThumbnail method, Set element thumbnails for an application element
|
TranslationsCreateTranslationResponse |
TranslationsCreateTranslationRequest.Builder.call(OnshapeDocument document) |
Calls createTranslation method, Create a translation of the input data.
|
TranslationsCreateTranslationResponse |
TranslationsCreateTranslationRequest.Builder.call(String did,
String wid) |
Calls createTranslation method, Create a translation of the input data.
|
TranslationsDeleteTranslationResponse |
TranslationsDeleteTranslationRequest.Builder.call(String tid) |
Calls deleteTranslation method, Delete translation status
|
TranslationsGetTranslationResponse |
TranslationsGetTranslationRequest.Builder.call(String tid) |
Calls getTranslation method, Get element translation status
|
TranslationsGetTranslationsResponse |
TranslationsGetTranslationsRequest.Builder.call(OnshapeDocument document,
Number offset,
Number limit) |
Calls getTranslations method, Get list of translation status entries for a document
|
TranslationsGetTranslationsResponse |
TranslationsGetTranslationsRequest.Builder.call(String did,
Number offset,
Number limit) |
Calls getTranslations method, Get list of translation status entries for a document
|
TranslationsGetTranslatorFormatsResponse |
TranslationsGetTranslatorFormatsRequest.Builder.call() |
Calls getTranslatorFormats method, Get a list of all translator formats.
|
UsersGetSessionInfoResponse |
UsersGetSessionInfoRequest.Builder.call() |
Calls getSessionInfo method, Check if current user is logged in; information returned depends on OAuth2ReadPII scope.
|
UsersGetUserSettingsCurrentLoggedInUserResponse |
UsersGetUserSettingsCurrentLoggedInUserRequest.Builder.call() |
Calls getUserSettingsCurrentLoggedInUser method, Get user settings for the currently logged in user if there is one.
|
UsersGetUserSettingsResponse |
UsersGetUserSettingsRequest.Builder.call(String uid) |
Calls getUserSettings method, Get user settings.
|
VersionsTestVersionsGetResponse |
VersionsTestVersionsGetRequest.Builder.call() |
Calls testVersionsGet method, Returns an API version 1 or version 2 structure, based on the Accept header passed - GET
|
VersionsTestVersionsUpdateResponse |
VersionsTestVersionsUpdateRequest.Builder.call() |
Calls testVersionsUpdate method, Returns an API version 1 or version 2 structure, based on the Accept header passed - POST
|
WebhooksCreateWebhookResponse |
WebhooksCreateWebhookRequest.Builder.call() |
Calls createWebhook method, Create a webhook, which functions like an event listener
|
WebhooksGetResponse |
WebhooksGetRequest.Builder.call() |
Calls get method, Get list of webhooks registered for a company or user
|
WebhooksGetWebhookResponse |
WebhooksGetWebhookRequest.Builder.call(String webhookid) |
Calls getWebhook method, Get webhook info
|
WebhooksPingWebhookResponse |
WebhooksPingWebhookRequest.Builder.call(String webhookid) |
Calls pingWebhook method, Ping a webhook
|
WebhooksUnregisterWebhookResponse |
WebhooksUnregisterWebhookRequest.Builder.call(String webhookid) |
Calls unregisterWebhook method, Unregister a webhook
|
WebhooksUpdateWebhookResponse |
WebhooksUpdateWebhookRequest.Builder.call(String webhookid) |
Calls updateWebhook method, Update a webhook
|
WorkflowGetActiveWorkflowsResponse |
WorkflowGetActiveWorkflowsRequest.Builder.call() |
Calls getActiveWorkflows method, Get active workflows for the logged-in user's company, optionally specific to a document
|
InputStreamWithHeaders |
AppElementsDownloadBlobSubelementRequest.Builder.callToStream(String bid,
String did,
WVM wvmType,
String wvm,
String eid) |
Calls downloadBlobSubelement method, Download a blob subelement from an app element
|
InputStreamWithHeaders |
BlobElementsDownloadFileFromElementRequest.Builder.callToStream(String did,
WVM wvmType,
String wvm,
String eid) |
Calls downloadFileFromElement method, Download a file from a blob element
|
InputStreamWithHeaders |
CommentsGetAttachmentRequest.Builder.callToStream(String cid,
String fdid) |
Calls getAttachment method, Get an attachment associated with comment
|
InputStreamWithHeaders |
DocumentsDownloadExternalDataRequest.Builder.callToStream(String fid,
String did) |
Calls downloadExternalData method, Download external data
|
InputStreamWithHeaders |
PartsExportParasolidRequest.Builder.callToStream(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls exportParasolid method, Export the part in text Parasolid format; returns a 307 redirect.
|
InputStreamWithHeaders |
PartsExportStlRequest.Builder.callToStream(String did,
WVM wvmType,
String wvm,
String eid,
String partid) |
Calls exportStl method, Export the part in text or binary STL format; returns a 307 redirect.
|
InputStreamWithHeaders |
PartStudiosExportParasolidRequest.Builder.callToStream(String did,
WVM wvmType,
String wvm,
String eid) |
Calls exportParasolid method, Export the part studio in text Parasolid format; returns a 307 redirect.
|
InputStreamWithHeaders |
PartStudiosExportStlRequest.Builder.callToStream(String did,
WVM wvmType,
String wvm,
String eid) |
Calls exportStl method, Export the part studio in text or binary STL format; returns a 307 redirect.
|
Modifier and Type | Method | Description |
---|---|---|
CompaniesFindResponse |
CompaniesFindResponse.next(Onshape onshape) |
Fetch next page of results
|
DocumentsGetDocumentsResponse |
DocumentsGetDocumentsResponse.next(Onshape onshape) |
Fetch next page of results
|
DocumentsGetInsertablesResponse |
DocumentsGetInsertablesResponse.next(Onshape onshape) |
Fetch next page of results
|
MetadataGetElementsMetadataResponse |
MetadataGetElementsMetadataResponse.next(Onshape onshape) |
Fetch next page of results
|
MetadataGetPartListMetadataResponse |
MetadataGetPartListMetadataResponse.next(Onshape onshape) |
Fetch next page of results
|
RevisionsEnumerateRevisionsResponse |
RevisionsEnumerateRevisionsResponse.next(Onshape onshape) |
Fetch next page of results
|
TeamsFindResponse |
TeamsFindResponse.next(Onshape onshape) |
Fetch next page of results
|
TeamsGetMembersResponse |
TeamsGetMembersResponse.next(Onshape onshape) |
Fetch next page of results
|
TranslationsGetTranslationsResponse |
TranslationsGetTranslationsResponse.next(Onshape onshape) |
Fetch next page of results
|
WebhooksGetResponse |
WebhooksGetResponse.next(Onshape onshape) |
Fetch next page of results
|
CompaniesFindResponse |
CompaniesFindResponse.previous(Onshape onshape) |
Fetch previous page of results
|
DocumentsGetDocumentsResponse |
DocumentsGetDocumentsResponse.previous(Onshape onshape) |
Fetch previous page of results
|
DocumentsGetInsertablesResponse |
DocumentsGetInsertablesResponse.previous(Onshape onshape) |
Fetch previous page of results
|
TeamsFindResponse |
TeamsFindResponse.previous(Onshape onshape) |
Fetch previous page of results
|
TeamsGetMembersResponse |
TeamsGetMembersResponse.previous(Onshape onshape) |
Fetch previous page of results
|
TranslationsGetTranslationsResponse |
TranslationsGetTranslationsResponse.previous(Onshape onshape) |
Fetch previous page of results
|
WebhooksGetResponse |
WebhooksGetResponse.previous(Onshape onshape) |
Fetch previous page of results
|
AssembliesCreateTranslationResponse |
AssembliesCreateTranslationResponse.refresh(Onshape onshape) |
Refresh this page of results
|
BlobElementsCreateTranslationResponse |
BlobElementsCreateTranslationResponse.refresh(Onshape onshape) |
Refresh this page of results
|
CompaniesFindResponse |
CompaniesFindResponse.refresh(Onshape onshape) |
Refresh this page of results
|
CompaniesGetResponse |
CompaniesGetResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DocumentsCreateDocumentResponse |
DocumentsCreateDocumentResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DocumentsExportElementPostJsonResponse |
DocumentsExportElementPostJsonResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DocumentsGetAclResponse |
DocumentsGetAclResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DocumentsGetDocumentResponse |
DocumentsGetDocumentResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DocumentsGetDocumentsResponse |
DocumentsGetDocumentsResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DocumentsGetInsertablesResponse |
DocumentsGetInsertablesResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DocumentsShareDocumentResponse |
DocumentsShareDocumentResponse.refresh(Onshape onshape) |
Refresh this page of results
|
DrawingsCreateTranslationResponse |
DrawingsCreateTranslationResponse.refresh(Onshape onshape) |
Refresh this page of results
|
FoldersGetAclResponse |
FoldersGetAclResponse.refresh(Onshape onshape) |
Refresh this page of results
|
FoldersShareFolderResponse |
FoldersShareFolderResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataGetElementMetadataResponse |
MetadataGetElementMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataGetElementsMetadataResponse |
MetadataGetElementsMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataGetMetadataResponse |
MetadataGetMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataGetPartListMetadataResponse |
MetadataGetPartListMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataGetPartMetadataResponse |
MetadataGetPartMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataGetStandardContentMetadataResponse |
MetadataGetStandardContentMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataUpdateElementMetadataResponse |
MetadataUpdateElementMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataUpdateMetadataResponse |
MetadataUpdateMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataUpdatePartMetadataResponse |
MetadataUpdatePartMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
MetadataUpdateStandardContentMetadataResponse |
MetadataUpdateStandardContentMetadataResponse.refresh(Onshape onshape) |
Refresh this page of results
|
PartStudiosCreateTranslationResponse |
PartStudiosCreateTranslationResponse.refresh(Onshape onshape) |
Refresh this page of results
|
TeamsFindResponse |
TeamsFindResponse.refresh(Onshape onshape) |
Refresh this page of results
|
TeamsGetMembersResponse |
TeamsGetMembersResponse.refresh(Onshape onshape) |
Refresh this page of results
|
TeamsGetResponse |
TeamsGetResponse.refresh(Onshape onshape) |
Refresh this page of results
|
ThumbnailsGetDocumentThumbnailResponse |
ThumbnailsGetDocumentThumbnailResponse.refresh(Onshape onshape) |
Refresh this page of results
|
ThumbnailsGetElementThumbnailResponse |
ThumbnailsGetElementThumbnailResponse.refresh(Onshape onshape) |
Refresh this page of results
|
ThumbnailsGetThumbnailForDocumentAndVersionResponse |
ThumbnailsGetThumbnailForDocumentAndVersionResponse.refresh(Onshape onshape) |
Refresh this page of results
|
ThumbnailsGetThumbnailForDocumentResponse |
ThumbnailsGetThumbnailForDocumentResponse.refresh(Onshape onshape) |
Refresh this page of results
|
TranslationsCreateTranslationResponse |
TranslationsCreateTranslationResponse.refresh(Onshape onshape) |
Refresh this page of results
|
TranslationsGetTranslationResponse |
TranslationsGetTranslationResponse.refresh(Onshape onshape) |
Refresh this page of results
|
UsersGetSessionInfoResponse |
UsersGetSessionInfoResponse.refresh(Onshape onshape) |
Refresh this page of results
|
WebhooksGetResponse |
WebhooksGetResponse.refresh(Onshape onshape) |
Refresh this page of results
|
Constructor | Description |
---|---|
OnshapeDocument(String url) |
Parse the given URL to determine document id, workspace id, and element
id.
|
Copyright © 2021. All rights reserved.