public static final class ReleaseManagementCreateReleasePackageRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ReleaseManagementCreateReleasePackageResponse |
call(String wfid) |
Calls createReleasePackage method, Create a new release package to release one or more items.
|
ReleaseManagementCreateReleasePackageRequestItems[] |
items() |
Get Array of items to be released
|
ReleaseManagementCreateReleasePackageRequest.Builder |
items(ReleaseManagementCreateReleasePackageRequestItems[] value) |
Set Array of items to be released
|
public final ReleaseManagementCreateReleasePackageRequestItems[] items()
public final ReleaseManagementCreateReleasePackageRequest.Builder items(ReleaseManagementCreateReleasePackageRequestItems[] value)
value - Array of items to be releasedpublic final ReleaseManagementCreateReleasePackageResponse call(String wfid) throws OnshapeException
wfid - ID of release workflow as returned by getActiveWorkflowsOnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.