See: Description
Interface | Description |
---|---|
File |
The
File interface provides methods for accessing files within an update
session. |
FileTypes |
Defines the data types of the
File
API service. |
Class | Description |
---|---|
CertificateInfo |
The
CertificateInfo class contains information about the public key
certificate used to sign the content. |
CertificateInfo.Builder |
Builder class for
CertificateInfo . |
FileDefinitions |
Defines the type descriptors for the
File
API service. |
FileStub |
Remote stub implementation of the
File
API service. |
FileTypes.AddSpec |
The
AddSpec class describes the properties of the file to be uploaded. |
FileTypes.AddSpec.Builder |
Builder class for
FileTypes.AddSpec . |
FileTypes.Info |
The
Info class defines the uploaded file. |
FileTypes.Info.Builder |
Builder class for
FileTypes.Info . |
FileTypes.SourceType |
The
SourceType enumeration class defines how the file content is
retrieved. |
FileTypes.ValidationError |
The
ValidationError class defines the validation error of a file in the
session. |
FileTypes.ValidationError.Builder |
Builder class for
FileTypes.ValidationError . |
FileTypes.ValidationResult |
The
ValidationResult class defines the result of validating the files in
the session. |
FileTypes.ValidationResult.Builder |
Builder class for
FileTypes.ValidationResult . |
PreviewInfo |
The
PreviewInfo class contains information about the files being
uploaded in the update session. |
PreviewInfo.Builder |
Builder class for
PreviewInfo . |
PreviewInfo.State |
The
State enumeration class defines the state of the update session's
preview. |
PreviewWarningInfo |
The
PreviewWarningInfo class provides information about the warnings
which are raised during the update session preview. |
PreviewWarningInfo.Builder |
Builder class for
PreviewWarningInfo . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.content.library.item.updatesession package. |
UpdatesessionFactory |
UpdatesessionFactory is responsible for creating instances of services
contained inside the com.vmware.content.library.item.updatesession package and also has the subpackages reference
to access respective subpackage services. |
WarningBehavior |
The
WarningBehavior class defines the session behavior if the warning is
raised during the update session. |
WarningBehavior.Builder |
Builder class for
WarningBehavior . |
WarningType |
The
WarningType enumeration class defines the warnings which can be
raised during the update session. |
Enum | Description |
---|---|
FileTypes.SourceType.Values |
Native Java
enum representing this enumeration class. |
PreviewInfo.State.Values |
Native Java
enum representing this enumeration class. |
WarningType.Values |
Native Java
enum representing this enumeration class. |