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 |
|---|---|
SiteOnboardingPreference |
get(java.lang.String siteId)
Get user onboarding preferences for a site on global manager.
|
void |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> asyncCallback)
Get user onboarding preferences for a site on global manager.
|
void |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get user onboarding preferences for a site on global manager.
|
SiteOnboardingPreference |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get user onboarding preferences for a site on global manager.
|
SiteOnboardingPreference |
update(java.lang.String siteId,
SiteOnboardingPreference siteOnboardingPreference)
Update user onboarding preferences to allow or reject site onboarding on global
manager.
|
void |
update(java.lang.String siteId,
SiteOnboardingPreference siteOnboardingPreference,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> asyncCallback)
Update user onboarding preferences to allow or reject site onboarding on global
manager.
|
void |
update(java.lang.String siteId,
SiteOnboardingPreference siteOnboardingPreference,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update user onboarding preferences to allow or reject site onboarding on global
manager.
|
SiteOnboardingPreference |
update(java.lang.String siteId,
SiteOnboardingPreference siteOnboardingPreference,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update user onboarding preferences to allow or reject site onboarding on global
manager.
|
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 SiteOnboardingPreference get(java.lang.String siteId)
PreferencesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface PreferencessiteId - (required)public SiteOnboardingPreference get(java.lang.String siteId, 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 PreferencessiteId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> asyncCallback)
PreferencesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.SiteOnboardingPreference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PreferencessiteId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> 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_global_policy.model.SiteOnboardingPreference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface PreferencessiteId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public SiteOnboardingPreference update(java.lang.String siteId, SiteOnboardingPreference siteOnboardingPreference)
PreferencesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface PreferencessiteId - (required)siteOnboardingPreference - (required)public SiteOnboardingPreference update(java.lang.String siteId, SiteOnboardingPreference siteOnboardingPreference, 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.
update in interface PreferencessiteId - (required)siteOnboardingPreference - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String siteId,
SiteOnboardingPreference siteOnboardingPreference,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> asyncCallback)
PreferencesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.SiteOnboardingPreference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface PreferencessiteId - (required)siteOnboardingPreference - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String siteId,
SiteOnboardingPreference siteOnboardingPreference,
com.vmware.vapi.bindings.client.AsyncCallback<SiteOnboardingPreference> 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_global_policy.model.SiteOnboardingPreference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface PreferencessiteId - (required)siteOnboardingPreference - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.