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

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

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

Method parameters in com.vmware.vcloud.sdk.admin with type arguments of type QueryRoleField
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRoleRecordType> AdminQueryService.queryRoleIdRecords(QueryParams<QueryRoleField> queryParams)
          Executes a specialized query for retrieving the list of role records.
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultRoleRecordType> AdminQueryService.queryRoleRecords(QueryParams<QueryRoleField> queryParams)
          Executes a specialized query for retrieving the list of role records.
 ReferenceResult AdminQueryService.queryRoleReferences(QueryParams<QueryRoleField> queryParams)
          Executes a specialized query for retrieving the list of role references
 

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

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



Copyright © 2016. All Rights Reserved.