Package | Description |
---|---|
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 |
---|---|
static CertificateInfo |
CertificateInfo._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 CertificateInfo |
CertificateInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
CertificateInfo |
CertificateInfo.Builder.build() |
CertificateInfo |
PreviewInfo.getCertificateInfo()
The certificate information of the signed update session content.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviewInfo.setCertificateInfo(CertificateInfo certificateInfo)
The certificate information of the signed update session content.
|
PreviewInfo.Builder |
PreviewInfo.Builder.setCertificateInfo(CertificateInfo certificateInfo)
The certificate information of the signed update session content.
|