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

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

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

Method parameters in com.vmware.vcloud.sdk.admin with type arguments of type QueryUserField
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultUserRecordType> AdminQueryService.queryUserIdRecords(QueryParams<QueryUserField> queryParams)
          Executes a specialized query for retrieving the list of user records.
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultUserRecordType> AdminQueryService.queryUserRecords(QueryParams<QueryUserField> queryParams)
          Executes a specialized query for retrieving the list of user records.
 ReferenceResult AdminQueryService.queryUserReferences(QueryParams<QueryUserField> queryParams)
          Executes a specialized query for retrieving the list of user references
 

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

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



Copyright © 2016. All Rights Reserved.