public interface Widgetconfigurations extends com.vmware.vapi.bindings.Service, WidgetconfigurationsTypes
_VAPI_SERVICE_ID| 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.
|
com.vmware.vapi.bindings.Structure create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration)
Synchronous method overload. Result of the invocation will be reported as a method return value.
viewId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.WidgetConfiguration.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
viewId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.invocationConfig - Configuration for the method invocation.WidgetConfiguration.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid create(java.lang.String viewId,
com.vmware.vapi.bindings.Structure widgetConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous 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
viewId - (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.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)
Asynchronous 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
viewId - (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.void delete(java.lang.String viewId,
java.lang.String widgetconfigurationId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
viewId - (required)widgetconfigurationId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
viewId - (required)widgetconfigurationId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
viewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.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)
Asynchronous 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
viewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.WidgetConfigurationList get(java.lang.String viewId, java.lang.String container, java.lang.String widgetIds)
Synchronous method overload. Result of the invocation will be reported as a method return value.
viewId - (required)container - Id of the container (optional)widgetIds - Ids of the WidgetConfigurations (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundWidgetConfigurationList get(java.lang.String viewId, java.lang.String container, java.lang.String widgetIds, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
viewId - (required)container - Id of the container (optional)widgetIds - Ids of the WidgetConfigurations (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String viewId,
java.lang.String container,
java.lang.String widgetIds,
com.vmware.vapi.bindings.client.AsyncCallback<WidgetConfigurationList> asyncCallback)
Asynchronous 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
viewId - (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.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)
Asynchronous 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
viewId - (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.com.vmware.vapi.bindings.Structure get0(java.lang.String viewId,
java.lang.String widgetconfigurationId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
viewId - (required)widgetconfigurationId - (required)WidgetConfiguration.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.vmware.vapi.bindings.Structure get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
viewId - (required)widgetconfigurationId - (required)invocationConfig - Configuration for the method invocation.WidgetConfiguration.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get0(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Asynchronous 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
viewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.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)
Asynchronous 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
viewId - (required)widgetconfigurationId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.com.vmware.vapi.bindings.Structure update(java.lang.String viewId,
java.lang.String widgetconfigurationId,
com.vmware.vapi.bindings.Structure widgetConfiguration)
Synchronous method overload. Result of the invocation will be reported as a method return value.
viewId - (required)widgetconfigurationId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.WidgetConfiguration.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundcom.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)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
viewId - (required)widgetconfigurationId - (required)widgetConfiguration - (required)
The parameter must contain all the properties defined in WidgetConfiguration.invocationConfig - Configuration for the method invocation.WidgetConfiguration.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid 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)
Asynchronous 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
viewId - (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.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)
Asynchronous 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
viewId - (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.