Package | Description |
---|---|
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 |
---|---|
static UpdateSessionModel |
UpdateSessionModel._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 UpdateSessionModel |
UpdateSessionModel._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
UpdateSessionModel |
UpdateSessionModel.Builder.build() |
UpdateSessionModel |
UpdateSession.get(java.lang.String updateSessionId)
Gets the update session with the specified identifier, including the most
up-to-date status information for the session.
|
UpdateSessionModel |
UpdateSessionStub.get(java.lang.String updateSessionId) |
UpdateSessionModel |
UpdateSession.get(java.lang.String updateSessionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the update session with the specified identifier, including the most
up-to-date status information for the session.
|
UpdateSessionModel |
UpdateSessionStub.get(java.lang.String updateSessionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
UpdateSession.create(java.lang.String clientToken,
UpdateSessionModel createSpec)
Creates a new update session.
|
java.lang.String |
UpdateSessionStub.create(java.lang.String clientToken,
UpdateSessionModel createSpec) |
void |
UpdateSession.create(java.lang.String clientToken,
UpdateSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Creates a new update session.
|
void |
UpdateSessionStub.create(java.lang.String clientToken,
UpdateSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback) |
void |
UpdateSession.create(java.lang.String clientToken,
UpdateSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new update session.
|
void |
UpdateSessionStub.create(java.lang.String clientToken,
UpdateSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.lang.String |
UpdateSession.create(java.lang.String clientToken,
UpdateSessionModel createSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new update session.
|
java.lang.String |
UpdateSessionStub.create(java.lang.String clientToken,
UpdateSessionModel createSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
UpdateSession.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec)
Updates the properties of an update session.
|
void |
UpdateSessionStub.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec) |
void |
UpdateSession.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Updates the properties of an update session.
|
void |
UpdateSessionStub.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
void |
UpdateSession.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the properties of an update session.
|
void |
UpdateSessionStub.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
UpdateSession.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the properties of an update session.
|
void |
UpdateSessionStub.update(java.lang.String updateSessionId,
UpdateSessionModel updateSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateSession.get(java.lang.String updateSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<UpdateSessionModel> asyncCallback)
Gets the update session with the specified identifier, including the most
up-to-date status information for the session.
|
void |
UpdateSessionStub.get(java.lang.String updateSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<UpdateSessionModel> asyncCallback) |
void |
UpdateSession.get(java.lang.String updateSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<UpdateSessionModel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the update session with the specified identifier, including the most
up-to-date status information for the session.
|
void |
UpdateSessionStub.get(java.lang.String updateSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<UpdateSessionModel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |