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

Packages that use QueryVirtualCenterField
com.vmware.vcloud.sdk.admin.extensions   
com.vmware.vcloud.sdk.constants.query   
 

Uses of QueryVirtualCenterField in com.vmware.vcloud.sdk.admin.extensions
 

Method parameters in com.vmware.vcloud.sdk.admin.extensions with type arguments of type QueryVirtualCenterField
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVirtualCenterRecordType> ExtensionQueryService.queryVimServerIdRecords(QueryParams<QueryVirtualCenterField> queryParams)
          Executes a specialized query for retrieving the list of VimServer records.
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultVirtualCenterRecordType> ExtensionQueryService.queryVimServerRecords(QueryParams<QueryVirtualCenterField> queryParams)
          Executes a specialized query for retrieving the list of VimServer records.
 ReferenceResult ExtensionQueryService.queryVimServerReferences(QueryParams<QueryVirtualCenterField> queryParams)
          Executes a specialized query for retrieving the list of VimServer references
 

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

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



Copyright © 2016. All Rights Reserved.