Uses of Class
com.vmware.vcloud.sdk.constants.query.QueryOrgField

Packages that use QueryOrgField
com.vmware.vcloud.sdk.admin   
com.vmware.vcloud.sdk.constants.query   
 

Uses of QueryOrgField in com.vmware.vcloud.sdk.admin
 

Method parameters in com.vmware.vcloud.sdk.admin with type arguments of type QueryOrgField
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgRecordType> AdminQueryService.queryOrgIdRecords(QueryParams<QueryOrgField> queryParams)
          Executes a specialized query for retrieving the list of org records.
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultOrgRecordType> AdminQueryService.queryOrgRecords(QueryParams<QueryOrgField> queryParams)
          Executes a specialized query for retrieving the list of org records.
 ReferenceResult AdminQueryService.queryOrgReferences(QueryParams<QueryOrgField> queryParams)
          Executes a specialized query for retrieving the list of org records.
 

Uses of QueryOrgField in com.vmware.vcloud.sdk.constants.query
 

Methods in com.vmware.vcloud.sdk.constants.query that return QueryOrgField
static QueryOrgField QueryOrgField.fromValue(String value)
           
static QueryOrgField QueryOrgField.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryOrgField[] QueryOrgField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016. All Rights Reserved.