public class WidgetconfigurationsStub extends com.vmware.vapi.internal.bindings.Stub implements Widgetconfigurations
Widgetconfigurations
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
WidgetconfigurationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
WidgetconfigurationsStub(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 |
|---|---|
com.vmware.vapi.bindings.Structure |
create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration)
Creates a new Widget Configuration and adds it to the specified view.
|
void |
create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Creates a new Widget Configuration and adds it to the specified view.
|
void |
create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new Widget Configuration and adds it to the specified view.
|
com.vmware.vapi.bindings.Structure |
create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new Widget Configuration and adds it to the specified view.
|
void |
delete(java.lang.String viewId,
java.lang.String widgetconfigurationId)
Detaches widget from a given view.
|
void |
delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Detaches widget from a given view.
|
void |
delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches widget from a given view.
|
void |
delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Detaches widget from a given view.
|
WidgetConfigurationList |
get(java.lang.String viewId,
java.lang.String container,
java.lang.String widgetIds)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
void |
get(java.lang.String viewId,
java.lang.String container,
java.lang.String widgetIds,
com.vmware.vapi.bindings.client.AsyncCallback<WidgetConfigurationList> asyncCallback)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
void |
get(java.lang.String viewId,
java.lang.String container,
java.lang.String widgetIds,
com.vmware.vapi.bindings.client.AsyncCallback<WidgetConfigurationList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
WidgetConfigurationList |
get(java.lang.String viewId,
java.lang.String container,
java.lang.String widgetIds,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
com.vmware.vapi.bindings.Structure |
get0(java.lang.String viewId,
java.lang.String widgetconfigurationId)
Returns Information about a specific Widget Configuration.
|
void |
get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Returns Information about a specific Widget Configuration.
|
void |
get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Information about a specific Widget Configuration.
|
com.vmware.vapi.bindings.Structure |
get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Information about a specific Widget Configuration.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration)
Updates the widget at the given view.
|
void |
update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Updates the widget at the given view.
|
void |
update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the widget at the given view.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the widget at the given view.
|
public WidgetconfigurationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public WidgetconfigurationsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface WidgetconfigurationsviewId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.WidgetConfiguration.public com.vmware.vapi.bindings.Structure create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface WidgetconfigurationsviewId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.invocationConfig - Configuration for the method invocation.WidgetConfiguration.public void create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
WidgetconfigurationsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.WidgetConfiguration
The return value will contain all the properties defined in WidgetConfiguration.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface WidgetconfigurationsviewId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsAsynchronous 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.WidgetConfiguration
The return value will contain all the properties defined in WidgetConfiguration.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface WidgetconfigurationsviewId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String viewId,
java.lang.String widgetconfigurationId)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)public void delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
WidgetconfigurationsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public WidgetConfigurationList get(java.lang.String viewId, java.lang.String container, java.lang.String widgetIds)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface WidgetconfigurationsviewId - (required)container - Id of the container (optional)widgetIds - Ids of the WidgetConfigurations (optional)public WidgetConfigurationList get(java.lang.String viewId, java.lang.String container, java.lang.String widgetIds, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsSynchronous 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 WidgetconfigurationsviewId - (required)container - Id of the container (optional)widgetIds - Ids of the WidgetConfigurations (optional)invocationConfig - Configuration for the method invocation.public void get(java.lang.String viewId,
java.lang.String container,
java.lang.String widgetIds,
com.vmware.vapi.bindings.client.AsyncCallback<WidgetConfigurationList> asyncCallback)
WidgetconfigurationsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.WidgetConfigurationList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface WidgetconfigurationsviewId - (required)container - Id of the container (optional)widgetIds - Ids of the WidgetConfigurations (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String viewId,
java.lang.String container,
java.lang.String widgetIds,
com.vmware.vapi.bindings.client.AsyncCallback<WidgetConfigurationList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsAsynchronous 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.WidgetConfigurationList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface WidgetconfigurationsviewId - (required)container - Id of the container (optional)widgetIds - Ids of the WidgetConfigurations (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure get0(java.lang.String viewId,
java.lang.String widgetconfigurationId)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be reported as a method return value.
get0 in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)WidgetConfiguration.public com.vmware.vapi.bindings.Structure get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get0 in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)invocationConfig - Configuration for the method invocation.WidgetConfiguration.public void get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
WidgetconfigurationsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.WidgetConfiguration
The return value will contain all the properties defined in WidgetConfiguration.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get0 in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsAsynchronous 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.WidgetConfiguration
The return value will contain all the properties defined in WidgetConfiguration.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get0 in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration)
WidgetconfigurationsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.WidgetConfiguration.public com.vmware.vapi.bindings.Structure update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsSynchronous 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 WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.invocationConfig - Configuration for the method invocation.WidgetConfiguration.public void update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
WidgetconfigurationsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.WidgetConfiguration
The return value will contain all the properties defined in WidgetConfiguration.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
WidgetconfigurationsAsynchronous 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.WidgetConfiguration
The return value will contain all the properties defined in WidgetConfiguration.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface WidgetconfigurationsviewId - (required)widgetconfigurationId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.