Package | Description |
---|---|
com.vmware.content.library.item |
The Content Library Item package provides classes and interfaces for managing
files in a library item.
|
Modifier and Type | Method and Description |
---|---|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setClientProgress(java.lang.Long clientProgress)
The progress that has been made with the upload.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setErrorMessage(LocalizableMessage errorMessage)
If the session is in the
UpdateSessionModel.State.ERROR status this
property will have more details about the error. |
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setExpirationTime(java.util.Calendar expirationTime)
Indicates the time after which the session will expire.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setId(java.lang.String id)
The identifier of this update session.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setLibraryItemContentVersion(java.lang.String libraryItemContentVersion)
The content version of the library item whose content is being modified.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setLibraryItemId(java.lang.String libraryItemId)
The identifier of the library item to which content will be uploaded or removed.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setPreviewInfo(PreviewInfo previewInfo)
A preview of the files currently being uploaded in the session.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setState(UpdateSessionModel.State state)
The current state (ACTIVE, DONE, ERROR, CANCELED) of the update session.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setWarningBehavior(java.util.List<WarningBehavior> warningBehavior)
Indicates the update session behavior if warnings are raised in the session
preview.
|