public static final class ReleaseManagementCreateReleasePackageRequestItems.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ReleaseManagementCreateReleasePackageRequestItems |
build() |
|
String |
configuration() |
Get Configuration of the element if item is configured.
|
ReleaseManagementCreateReleasePackageRequestItems.Builder |
configuration(String value) |
Set Configuration of the element if item is configured.
|
String |
documentId() |
Get Document ID in which the item exists.
|
ReleaseManagementCreateReleasePackageRequestItems.Builder |
documentId(String value) |
Set Document ID in which the item exists.
|
String |
elementId() |
Get Element ID of the item
|
ReleaseManagementCreateReleasePackageRequestItems.Builder |
elementId(String value) |
Set Element ID of the item
|
String |
partId() |
Get Part deterministic ID if item is a revisionable part
|
ReleaseManagementCreateReleasePackageRequestItems.Builder |
partId(String value) |
Set Part deterministic ID if item is a revisionable part
|
String |
versionId() |
Get Version ID in which the item exists.
|
ReleaseManagementCreateReleasePackageRequestItems.Builder |
versionId(String value) |
Set Version ID in which the item exists.
|
String |
workspaceId() |
Get Workspace ID in which the item exists.
|
ReleaseManagementCreateReleasePackageRequestItems.Builder |
workspaceId(String value) |
Set Workspace ID in which the item exists.
|
public final String documentId()
public final ReleaseManagementCreateReleasePackageRequestItems.Builder documentId(String value)
value - Document ID in which the item exists. All items must be from the same document.public final String workspaceId()
public final ReleaseManagementCreateReleasePackageRequestItems.Builder workspaceId(String value)
value - Workspace ID in which the item exists. All items must be from either the same workspace or versionpublic final String versionId()
public final ReleaseManagementCreateReleasePackageRequestItems.Builder versionId(String value)
value - Version ID in which the item exists. All items must be from the same version or workspacepublic final String elementId()
public final ReleaseManagementCreateReleasePackageRequestItems.Builder elementId(String value)
value - Element ID of the itempublic final String partId()
public final ReleaseManagementCreateReleasePackageRequestItems.Builder partId(String value)
value - Part deterministic ID if item is a revisionable partpublic final String configuration()
public final ReleaseManagementCreateReleasePackageRequestItems.Builder configuration(String value)
value - Configuration of the element if item is configured.public final ReleaseManagementCreateReleasePackageRequestItems build()
Copyright © 2021. All rights reserved.