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

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

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

Method parameters in com.vmware.vcloud.sdk.admin.extensions with type arguments of type QueryNetworkField
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkRecordType> ExtensionQueryService.queryExternalNetworkIdRecords(QueryParams<QueryNetworkField> queryParams)
          Executes a specialized query for retrieving the list of ExternalNetwork records.
 RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultNetworkRecordType> ExtensionQueryService.queryExternalNetworkRecords(QueryParams<QueryNetworkField> queryParams)
          Executes a specialized query for retrieving the list of ExternalNetwork records.
 ReferenceResult ExtensionQueryService.queryExternalNetworkReferences(QueryParams<QueryNetworkField> queryParams)
          Executes a specialized query for retrieving the list of ExternalNetwork references
 

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

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



Copyright © 2016. All Rights Reserved.