public final class ReleaseManagementCreateReleasePackageRequestItems extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ReleaseManagementCreateReleasePackageRequestItems.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
String |
configuration |
Configuration of the element if item is configured.
|
String |
documentId |
Document ID in which the item exists.
|
String |
elementId |
Element ID of the item
|
String |
partId |
Part deterministic ID if item is a revisionable part
|
String |
versionId |
Version ID in which the item exists.
|
String |
workspaceId |
Workspace ID in which the item exists.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ReleaseManagementCreateReleasePackageRequestItems.Builder |
builder() |
|
String |
getConfiguration() |
Get Configuration of the element if item is configured.
|
String |
getDocumentId() |
Get Document ID in which the item exists.
|
String |
getElementId() |
Get Element ID of the item
|
String |
getPartId() |
Get Part deterministic ID if item is a revisionable part
|
String |
getVersionId() |
Get Version ID in which the item exists.
|
String |
getWorkspaceId() |
Get Workspace ID in which the item exists.
|
String |
toString() |
public String documentId
public String workspaceId
public String versionId
public String elementId
public String partId
public String configuration
public final String getDocumentId()
public final String getWorkspaceId()
public final String getVersionId()
public final String getElementId()
public final String getPartId()
public final String getConfiguration()
public static final ReleaseManagementCreateReleasePackageRequestItems.Builder builder()
Copyright © 2021. All rights reserved.