Uses of Class
com.vmware.nsx_policy.model.ViewList
-
Packages that use ViewList Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of ViewList in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy that return ViewList Modifier and Type Method Description ViewListUiViews. 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.ViewListUiViews. 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.ViewListUiViewsStub. get(java.lang.String tag, java.lang.String viewIds, java.lang.String widgetId)ViewListUiViewsStub. get(java.lang.String tag, java.lang.String viewIds, java.lang.String widgetId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy with type arguments of type ViewList Modifier and Type Method Description voidUiViews. 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.voidUiViews. 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.voidUiViewsStub. get(java.lang.String tag, java.lang.String viewIds, java.lang.String widgetId, com.vmware.vapi.bindings.client.AsyncCallback<ViewList> asyncCallback)voidUiViewsStub. 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) -
Uses of ViewList in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ViewList Modifier and Type Method Description static ViewListViewList. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static ViewListViewList. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ViewListViewList.Builder. build()
-