Package | Description |
---|---|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationModel |
ConfigurationModel._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 ConfigurationModel |
ConfigurationModel._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ConfigurationModel |
ConfigurationModel.Builder.build() |
ConfigurationModel |
Configuration.get()
Retrieves the current configuration values.
|
ConfigurationModel |
ConfigurationStub.get() |
ConfigurationModel |
Configuration.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves the current configuration values.
|
ConfigurationModel |
ConfigurationStub.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.update(ConfigurationModel model)
Updates the configuration.
|
void |
ConfigurationStub.update(ConfigurationModel model) |
void |
Configuration.update(ConfigurationModel model,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Updates the configuration.
|
void |
ConfigurationStub.update(ConfigurationModel model,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
void |
Configuration.update(ConfigurationModel model,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the configuration.
|
void |
ConfigurationStub.update(ConfigurationModel model,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Configuration.update(ConfigurationModel model,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the configuration.
|
void |
ConfigurationStub.update(ConfigurationModel model,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.get(com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationModel> asyncCallback)
Retrieves the current configuration values.
|
void |
ConfigurationStub.get(com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationModel> asyncCallback) |
void |
Configuration.get(com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationModel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves the current configuration values.
|
void |
ConfigurationStub.get(com.vmware.vapi.bindings.client.AsyncCallback<ConfigurationModel> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |