Package | Description |
---|---|
com.vmware.content.library.item |
The Content Library Item package provides classes and interfaces for managing
files in a library item.
|
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 | Method and Description |
---|---|
PreviewInfo |
UpdateSessionModel.getPreviewInfo()
A preview of the files currently being uploaded in the session.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateSessionModel.setPreviewInfo(PreviewInfo previewInfo)
A preview of the files currently being uploaded in the session.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setPreviewInfo(PreviewInfo previewInfo)
A preview of the files currently being uploaded in the session.
|
Modifier and Type | Method and Description |
---|---|
static PreviewInfo |
PreviewInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static PreviewInfo |
PreviewInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PreviewInfo |
PreviewInfo.Builder.build() |