Package | Description |
---|---|
com.vmware.content.library.item |
The Content Library Item package provides classes and interfaces for managing
files in a library item.
|
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 |
---|---|
java.util.List<WarningBehavior> |
UpdateSessionModel.getWarningBehavior()
Indicates the update session behavior if warnings are raised in the session
preview.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateSessionModel.setWarningBehavior(java.util.List<WarningBehavior> warningBehavior)
Indicates the update session behavior if warnings are raised in the session
preview.
|
UpdateSessionModel.Builder |
UpdateSessionModel.Builder.setWarningBehavior(java.util.List<WarningBehavior> warningBehavior)
Indicates the update session behavior if warnings are raised in the session
preview.
|
Modifier and Type | Method and Description |
---|---|
static WarningBehavior |
WarningBehavior._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 WarningBehavior |
WarningBehavior._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
WarningBehavior |
WarningBehavior.Builder.build() |