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 Org
Orgs. get(java.lang.String orgId)
Get OrgOrg
Orgs. get(java.lang.String orgId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get OrgOrg
OrgsStub. get(java.lang.String orgId)
Org
OrgsStub. 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 void
Orgs. get(java.lang.String orgId, com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback)
Get Orgvoid
Orgs. get(java.lang.String orgId, com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get Orgvoid
OrgsStub. get(java.lang.String orgId, com.vmware.vapi.bindings.client.AsyncCallback<Org> asyncCallback)
void
OrgsStub. 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 Org
Org. _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 Org
Org. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.Org
Org.Builder. build()
Org
ChildOrg. 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.Builder
ChildOrg.Builder. setOrg(Org org)
void
ChildOrg. setOrg(Org org)
Method parameters in com.vmware.nsx_policy.model with type arguments of type Org Modifier and Type Method Description OrgListResult.Builder
OrgListResult.Builder. setResults(java.util.List<Org> results)
Org list resultsvoid
OrgListResult. setResults(java.util.List<Org> results)
Org list results
-