public class PreferencesStub extends com.vmware.vapi.internal.bindings.Stub implements Preferences
Preferences
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PreferencesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PreferencesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
UpgradeUIPreferences |
get()
Get hints for rendering the UI for the product.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<UpgradeUIPreferences> asyncCallback)
Get hints for rendering the UI for the product.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<UpgradeUIPreferences> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get hints for rendering the UI for the product.
|
UpgradeUIPreferences |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get hints for rendering the UI for the product.
|
public PreferencesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PreferencesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public UpgradeUIPreferences get()
PreferencesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Preferencespublic UpgradeUIPreferences get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PreferencesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface PreferencesinvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<UpgradeUIPreferences> asyncCallback)
PreferencesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.UpgradeUIPreferences
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PreferencesasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<UpgradeUIPreferences> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PreferencesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.UpgradeUIPreferences
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PreferencesasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.