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

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

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

Method parameters in com.vmware.vcloud.sdk.admin with type arguments of type QueryGroupField
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultGroupRecordType> AdminQueryService.queryGroupIdRecords(QueryParams<QueryGroupField> queryParams)
          Executes a specialized query for retrieving the list of group records.
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultGroupRecordType> AdminQueryService.queryGroupRecords(QueryParams<QueryGroupField> queryParams)
          Executes a specialized query for retrieving the list of group records.
 ReferenceResult AdminQueryService.queryGroupReferences(QueryParams<QueryGroupField> queryParams)
          Executes a specialized query for retrieving the list of group references
 

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

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



Copyright © 2016. All Rights Reserved.