public final class ReleaseManagementUpdateReleasePackageRequestItems extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ReleaseManagementUpdateReleasePackageRequestItems.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
String |
documentId |
Document ID of the item
|
String |
elementId |
Element ID of the item
|
String |
href |
href href of the item
|
String |
id |
Id of the item as returned by createObsoletionPackage, createReleasePackage or getReleasePackage
|
ReleaseManagementUpdateReleasePackageRequestItemsProperties[] |
properties |
Array of item properties to update before doing the transition.
|
String |
versionId |
Version ID of the item
|
String |
workspaceId |
Workspace ID of the item
|
| Modifier and Type | Method | Description |
|---|---|---|
static ReleaseManagementUpdateReleasePackageRequestItems.Builder |
builder() |
|
String |
getDocumentId() |
Get Document ID of the item
|
String |
getElementId() |
Get Element ID of the item
|
String |
getHref() |
Get href href of the item
|
String |
getId() |
Get Id of the item as returned by createObsoletionPackage, createReleasePackage or getReleasePackage
|
ReleaseManagementUpdateReleasePackageRequestItemsProperties[] |
getProperties() |
Get Array of item properties to update before doing the transition.
|
String |
getVersionId() |
Get Version ID of the item
|
String |
getWorkspaceId() |
Get Workspace ID of the item
|
String |
toString() |
public String id
public String href
public String documentId
public String versionId
public String workspaceId
public String elementId
public ReleaseManagementUpdateReleasePackageRequestItemsProperties[] properties
public final String getId()
public final String getHref()
public final String getDocumentId()
public final String getVersionId()
public final String getWorkspaceId()
public final String getElementId()
public final ReleaseManagementUpdateReleasePackageRequestItemsProperties[] getProperties()
public static final ReleaseManagementUpdateReleasePackageRequestItems.Builder builder()
Copyright © 2021. All rights reserved.