public class UiViewsStub extends com.vmware.vapi.internal.bindings.Stub implements UiViews
UiViews
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
UiViewsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
UiViewsStub(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 |
|---|---|
View |
create(View view)
Creates a new View.
|
void |
create(View view,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback)
Creates a new View.
|
void |
create(View view,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new View.
|
View |
create(View view,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new View.
|
void |
delete(java.lang.String viewId)
Delete View
|
void |
delete(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete View
|
void |
delete(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete View
|
void |
delete(java.lang.String viewId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete View
|
ViewList |
get(java.lang.String tag,
java.lang.String viewIds,
java.lang.String widgetId)
If no query params are specified then all the views entitled for the user are
returned.
|
void |
get(java.lang.String tag,
java.lang.String viewIds,
java.lang.String widgetId,
com.vmware.vapi.bindings.client.AsyncCallback<ViewList> asyncCallback)
If no query params are specified then all the views entitled for the user are
returned.
|
void |
get(java.lang.String tag,
java.lang.String viewIds,
java.lang.String widgetId,
com.vmware.vapi.bindings.client.AsyncCallback<ViewList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If no query params are specified then all the views entitled for the user are
returned.
|
ViewList |
get(java.lang.String tag,
java.lang.String viewIds,
java.lang.String widgetId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If no query params are specified then all the views entitled for the user are
returned.
|
View |
get0(java.lang.String viewId)
Returns Information about a specific View.
|
void |
get0(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback)
Returns Information about a specific View.
|
void |
get0(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Information about a specific View.
|
View |
get0(java.lang.String viewId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Information about a specific View.
|
View |
update(java.lang.String viewId,
View view)
Update View
|
void |
update(java.lang.String viewId,
View view,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback)
Update View
|
void |
update(java.lang.String viewId,
View view,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update View
|
View |
update(java.lang.String viewId,
View view,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update View
|
public UiViewsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public UiViewsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public View create(View view)
UiViewsSynchronous method overload. Result of the invocation will be reported as a method return value.
public View create(View view, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create(View view, com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback)
UiViewsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.View
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(View view, com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsAsynchronous 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.View
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String viewId)
UiViewsSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String viewId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
UiViewsAsynchronous 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
public void delete(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsAsynchronous 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
public ViewList get(java.lang.String tag, java.lang.String viewIds, java.lang.String widgetId)
UiViewsSynchronous method overload. Result of the invocation will be reported as a method return value.
public ViewList get(java.lang.String tag, java.lang.String viewIds, java.lang.String widgetId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsSynchronous 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 UiViewstag - The tag for which associated views to be queried. (optional)viewIds - Ids of the Views (optional)widgetId - Id of widget configuration (optional)invocationConfig - Configuration for the method invocation.public void get(java.lang.String tag,
java.lang.String viewIds,
java.lang.String widgetId,
com.vmware.vapi.bindings.client.AsyncCallback<ViewList> asyncCallback)
UiViewsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ViewList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String tag,
java.lang.String viewIds,
java.lang.String widgetId,
com.vmware.vapi.bindings.client.AsyncCallback<ViewList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsAsynchronous 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.ViewList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface UiViewstag - The tag for which associated views to be queried. (optional)viewIds - Ids of the Views (optional)widgetId - Id of widget configuration (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public View get0(java.lang.String viewId)
UiViewsSynchronous method overload. Result of the invocation will be reported as a method return value.
public View get0(java.lang.String viewId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get0(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback)
UiViewsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.View
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get0(java.lang.String viewId,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsAsynchronous 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.View
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public View update(java.lang.String viewId, View view)
UiViewsSynchronous method overload. Result of the invocation will be reported as a method return value.
public View update(java.lang.String viewId, View view, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(java.lang.String viewId,
View view,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback)
UiViewsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.View
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String viewId,
View view,
com.vmware.vapi.bindings.client.AsyncCallback<View> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
UiViewsAsynchronous 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.View
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found