Uses of Class
com.vmware.nsx_policy.model.Org
-
Packages that use Org Package Description com.vmware.nsx_policy com.vmware.nsx_policy.model -
-
Uses of Org in com.vmware.nsx_policy
Methods in com.vmware.nsx_policy that return Org Modifier and Type Method Description OrgOrgs. get(java.lang.String orgId)Get OrgOrgOrgs. get(java.lang.String orgId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get OrgOrgOrgsStub. get(java.lang.String orgId)OrgOrgsStub. get(java.lang.String orgId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy with type arguments of type Org Modifier and Type Method Description voidOrgs. get(java.lang.String orgId, com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback)Get OrgvoidOrgs. get(java.lang.String orgId, com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get OrgvoidOrgsStub. get(java.lang.String orgId, com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback)voidOrgsStub. get(java.lang.String orgId, com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of Org in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return Org Modifier and Type Method Description static OrgOrg. _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 OrgOrg. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.OrgOrg.Builder. build()OrgChildOrg. getOrg()Methods in com.vmware.nsx_policy.model that return types with arguments of type Org Modifier and Type Method Description java.util.List<Org>OrgListResult. getResults()Org list resultsMethods in com.vmware.nsx_policy.model with parameters of type Org Modifier and Type Method Description ChildOrg.BuilderChildOrg.Builder. setOrg(Org org)voidChildOrg. setOrg(Org org)Method parameters in com.vmware.nsx_policy.model with type arguments of type Org Modifier and Type Method Description OrgListResult.BuilderOrgListResult.Builder. setResults(java.util.List<Org> results)Org list resultsvoidOrgListResult. setResults(java.util.List<Org> results)Org list results
-