Package | Description |
---|---|
com.vmware.content.library |
The Content Library package provides classes and interfaces for defining and
managing the library's items, subscription, publication, and storage.
|
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 |
---|---|
CertificateVerificationInfo |
ItemModel.getCertificateVerificationInfo()
Certificate verification status and
ItemModel 's signing certificate . |
Modifier and Type | Method and Description |
---|---|
void |
ItemModel.setCertificateVerificationInfo(CertificateVerificationInfo certificateVerificationInfo)
Certificate verification status and
ItemModel 's signing certificate . |
ItemModel.Builder |
ItemModel.Builder.setCertificateVerificationInfo(CertificateVerificationInfo certificateVerificationInfo)
Certificate verification status and
ItemModel 's signing certificate . |
Modifier and Type | Method and Description |
---|---|
static CertificateVerificationInfo |
CertificateVerificationInfo._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 CertificateVerificationInfo |
CertificateVerificationInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CertificateVerificationInfo |
CertificateVerificationInfo.Builder.build() |