|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryRecordType | |
|---|---|
| com.vmware.vcloud.sdk | |
| com.vmware.vcloud.sdk.constants.query | |
| Uses of QueryRecordType in com.vmware.vcloud.sdk |
|---|
| Methods in com.vmware.vcloud.sdk with parameters of type QueryRecordType | |
|---|---|
RecordResult |
QueryService.queryIdRecords(QueryRecordType queryRecordType)
Executes the generalized query based on the query type. |
RecordResult |
QueryService.queryIdRecords(QueryRecordType queryRecordType,
QueryParams<? extends QueryField> queryParams)
Executes the generalized query based on the query type and query params. |
RecordResult |
QueryService.queryRecords(QueryRecordType queryRecordType)
Executes the generalized query based on the query type. |
RecordResult |
QueryService.queryRecords(QueryRecordType queryRecordType,
QueryParams<? extends QueryField> queryParams)
Executes the generalized query based on the query type and query params. |
| Uses of QueryRecordType in com.vmware.vcloud.sdk.constants.query |
|---|
| Methods in com.vmware.vcloud.sdk.constants.query that return QueryRecordType | |
|---|---|
static QueryRecordType |
QueryRecordType.fromValue(String value)
|
static QueryRecordType |
QueryRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueryRecordType[] |
QueryRecordType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||