|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryCatalogField | |
|---|---|
| com.vmware.vcloud.sdk | |
| com.vmware.vcloud.sdk.constants.query | |
| Uses of QueryCatalogField in com.vmware.vcloud.sdk |
|---|
| Method parameters in com.vmware.vcloud.sdk with type arguments of type QueryCatalogField | |
|---|---|
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultCatalogRecordType> |
QueryService.queryCatalogIdRecords(QueryParams<QueryCatalogField> queryParams)
Executes a specialized query for retrieving the list of catalogs records. |
RecordResult<com.vmware.vcloud.api.rest.schema.QueryResultCatalogRecordType> |
QueryService.queryCatalogRecords(QueryParams<QueryCatalogField> queryParams)
Executes a specialized query for retrieving the list of catalogs records. |
ReferenceResult |
QueryService.queryCatalogReferences(QueryParams<QueryCatalogField> queryParams)
Executes a specialized query for retrieving the list of catalogs references. |
| Uses of QueryCatalogField in com.vmware.vcloud.sdk.constants.query |
|---|
| Methods in com.vmware.vcloud.sdk.constants.query that return QueryCatalogField | |
|---|---|
static QueryCatalogField |
QueryCatalogField.fromValue(String value)
|
static QueryCatalogField |
QueryCatalogField.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryCatalogField[] |
QueryCatalogField.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||