ResponseWithDocumentpublic final class ReleaseManagementGetReleasePackageResponse extends AbstractResponseObject implements ResponseWithDocument
| Constructor | Description |
|---|---|
ReleaseManagementGetReleasePackageResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCompanyId() |
Get Company ID to which the release package belongs.
|
OnshapeDocument |
getDocument() |
Returns an OnshapeDocument object that can be used in subsequent calls to the related document
|
String |
getDocumentId() |
Get Primary Document ID of items in the release package
|
String |
getId() |
Get ID of the release package.
|
Boolean |
getIsFrozen() |
Get Whether the release package has reached its terminal tranistion.
|
ReleaseManagementGetReleasePackageResponseItems[] |
getItems() |
Get Full item list in the package determined by the input items
|
ReleaseManagementGetReleasePackageResponseProperties[] |
getProperties() |
Get Array of properties for the package
|
String |
getVersionId() |
Get Primary Version ID of items in the release package
|
ReleaseManagementGetReleasePackageResponseWorkflow |
getWorkflow() |
Get Information about the workflow state of the package
|
String |
getWorkspaceId() |
Get Primary Workspace ID of items in the release package
|
String |
toString() |
getOtherPropertiespublic ReleaseManagementGetReleasePackageResponse()
public final OnshapeDocument getDocument()
getDocument in interface ResponseWithDocumentpublic final String getId()
public final Boolean getIsFrozen()
public final String getCompanyId()
public final String getDocumentId()
public final String getVersionId()
public final String getWorkspaceId()
public final ReleaseManagementGetReleasePackageResponseProperties[] getProperties()
public final ReleaseManagementGetReleasePackageResponseItems[] getItems()
public final ReleaseManagementGetReleasePackageResponseWorkflow getWorkflow()
Copyright © 2021. All rights reserved.