Package | Description |
---|---|
com.vmware.content.library.item.updatesession |
The Content Library Item Update Session package provides classes and interfaces
for updating files in a session.
|
Modifier and Type | Field and Description |
---|---|
static PreviewInfo.State |
PreviewInfo.State.AVAILABLE
Preview is available for this update session.
|
static PreviewInfo.State |
PreviewInfo.State.NOT_APPLICABLE
Preview is not possible for this update session.
|
static PreviewInfo.State |
PreviewInfo.State.PREPARING
A preview is being prepared for the files currently in the update session.
|
static PreviewInfo.State |
PreviewInfo.State.UNAVAILABLE
There are no files in the update session OR a preview is not possible for the
files currently in the update session.
|
Modifier and Type | Method and Description |
---|---|
PreviewInfo.State |
PreviewInfo.getState()
Indicates the state of the preview of the update session.
|
static PreviewInfo.State |
PreviewInfo.State.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static PreviewInfo.State[] |
PreviewInfo.State.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewInfo.setState(PreviewInfo.State state)
Indicates the state of the preview of the update session.
|
Constructor and Description |
---|
Builder(PreviewInfo.State state)
Constructor with parameters for the required properties of
PreviewInfo . |