| 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 PreviewWarningInfo |
PreviewWarningInfo._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 PreviewWarningInfo |
PreviewWarningInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PreviewWarningInfo |
PreviewWarningInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PreviewWarningInfo> |
PreviewInfo.getWarnings()
The list of warnings raised for this update session.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewInfo.setWarnings(java.util.List<PreviewWarningInfo> warnings)
The list of warnings raised for this update session.
|
PreviewInfo.Builder |
PreviewInfo.Builder.setWarnings(java.util.List<PreviewWarningInfo> warnings)
The list of warnings raised for this update session.
|