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 DownloadSessionModel |
DownloadSessionModel._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 DownloadSessionModel |
DownloadSessionModel._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
DownloadSessionModel |
DownloadSessionModel.Builder.build() |
DownloadSessionModel |
DownloadSession.get(java.lang.String downloadSessionId)
Gets the download session with the specified identifier, including the most
up-to-date status information for the session.
|
DownloadSessionModel |
DownloadSessionStub.get(java.lang.String downloadSessionId) |
DownloadSessionModel |
DownloadSession.get(java.lang.String downloadSessionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the download session with the specified identifier, including the most
up-to-date status information for the session.
|
DownloadSessionModel |
DownloadSessionStub.get(java.lang.String downloadSessionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DownloadSession.create(java.lang.String clientToken,
DownloadSessionModel createSpec)
Creates a new download session.
|
java.lang.String |
DownloadSessionStub.create(java.lang.String clientToken,
DownloadSessionModel createSpec) |
void |
DownloadSession.create(java.lang.String clientToken,
DownloadSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Creates a new download session.
|
void |
DownloadSessionStub.create(java.lang.String clientToken,
DownloadSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback) |
void |
DownloadSession.create(java.lang.String clientToken,
DownloadSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new download session.
|
void |
DownloadSessionStub.create(java.lang.String clientToken,
DownloadSessionModel createSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
java.lang.String |
DownloadSession.create(java.lang.String clientToken,
DownloadSessionModel createSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new download session.
|
java.lang.String |
DownloadSessionStub.create(java.lang.String clientToken,
DownloadSessionModel createSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
DownloadSession.get(java.lang.String downloadSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<DownloadSessionModel> asyncCallback)
Gets the download session with the specified identifier, including the most
up-to-date status information for the session.
|
void |
DownloadSessionStub.get(java.lang.String downloadSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<DownloadSessionModel> asyncCallback) |
void |
DownloadSession.get(java.lang.String downloadSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<DownloadSessionModel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the download session with the specified identifier, including the most
up-to-date status information for the session.
|
void |
DownloadSessionStub.get(java.lang.String downloadSessionId,
com.vmware.vapi.bindings.client.AsyncCallback<DownloadSessionModel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |