See: Description
Interface | Description |
---|---|
Changes |
The
Changes interface provides methods to get a history of the content
changes made to a library item. |
ChangesTypes |
Defines the data types of the
Changes
API service. |
DownloadSession |
The
DownloadSession interface manipulates download sessions, which are
used to download content from the Content Library Service. |
DownloadSessionTypes |
Defines the data types of the
DownloadSession
API service. |
File |
The
File interface can be used to query for information on the files
within a library item. |
FileTypes |
Defines the data types of the
File
API service. |
Storage |
Storage is a resource that represents a specific instance of a file
stored on a storage backing. |
StorageTypes |
Defines the data types of the
Storage
API service. |
UpdateSession |
The
UpdateSession interface manipulates sessions that are used to upload
content into the Content Library Service, and/or to remove files from a library
item. |
UpdateSessionTypes |
Defines the data types of the
UpdateSession
API service. |
Class | Description |
---|---|
ChangesDefinitions |
Defines the type descriptors for the
Changes
API service. |
ChangesStub |
Remote stub implementation of the
Changes
API service. |
ChangesTypes.Info |
The
Info class contains information about a library item change. |
ChangesTypes.Info.Builder |
Builder class for
ChangesTypes.Info . |
ChangesTypes.Summary |
The
Summary class contains commonly used information about a library
item change. |
ChangesTypes.Summary.Builder |
Builder class for
ChangesTypes.Summary . |
DownloadSessionDefinitions |
Defines the type descriptors for the
DownloadSession
API service. |
DownloadSessionModel |
The
DownloadSessionModel class provides information on an active DownloadSession resource. |
DownloadSessionModel.Builder |
Builder class for
DownloadSessionModel . |
DownloadSessionModel.State |
The state of the download session.
|
DownloadSessionStub |
Remote stub implementation of the
DownloadSession
API service. |
FileDefinitions |
Defines the type descriptors for the
File
API service. |
FileStub |
Remote stub implementation of the
File
API service. |
FileTypes.ChecksumAlgorithm |
The
ChecksumAlgorithm enumeration class defines the valid checksum
algorithms. |
FileTypes.ChecksumInfo |
Provides checksums for a
FileTypes.Info
object. |
FileTypes.ChecksumInfo.Builder |
Builder class for
FileTypes.ChecksumInfo . |
FileTypes.Info |
The
Info class provides information about a file in Content Library
Service storage. |
FileTypes.Info.Builder |
Builder class for
FileTypes.Info . |
ItemFactory |
ItemFactory is responsible for creating instances of services
contained inside the com.vmware.content.library.item package and also has the subpackages reference
to access respective subpackage services. |
StorageDefinitions |
Defines the type descriptors for the
Storage
API service. |
StorageStub |
Remote stub implementation of the
Storage
API service. |
StorageTypes.Info |
The
Info class is the expanded form of FileTypes.Info that includes details about the
storage backing for a file in a library item. |
StorageTypes.Info.Builder |
Builder class for
StorageTypes.Info . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.content.library.item package. |
TransferEndpoint |
The
TransferEndpoint class encapsulates a URI along with extra
information about it. |
TransferEndpoint.Builder |
Builder class for
TransferEndpoint . |
TransferStatus |
The
TransferStatus enumeration class defines the transfer state of a
file. |
UpdateSessionDefinitions |
Defines the type descriptors for the
UpdateSession
API service. |
UpdateSessionModel |
The
UpdateSessionModel class provides information on an active UpdateSession resource. |
UpdateSessionModel.Builder |
Builder class for
UpdateSessionModel . |
UpdateSessionModel.State |
The state of an update session.
|
UpdateSessionStub |
Remote stub implementation of the
UpdateSession
API service. |
Enum | Description |
---|---|
DownloadSessionModel.State.Values |
Native Java
enum representing this enumeration class. |
FileTypes.ChecksumAlgorithm.Values |
Native Java
enum representing this enumeration class. |
TransferStatus.Values |
Native Java
enum representing this enumeration class. |
UpdateSessionModel.State.Values |
Native Java
enum representing this enumeration class. |