public enum QueryResultFormat extends Enum<QueryResultFormat>
| Enum Constant and Description |
|---|
ID_RECORDS
Return records from the query, where references to other entities are typed by vCloud
globally-unique ID rather than by Entity.
|
RECORDS
Return records from the query.
|
REFERENCES
Return references only from the query.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiString() |
String |
getMediaType() |
static QueryResultFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResultFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryResultFormat RECORDS
List of
objects which are assignable to QueryResultRecordType.public static final QueryResultFormat ID_RECORDS
List of objects which are assignable to QueryResultRecordType.public static final QueryResultFormat REFERENCES
List
of EntityType or ResourceType instances.public static QueryResultFormat[] values()
for (QueryResultFormat c : QueryResultFormat.values()) System.out.println(c);
public static QueryResultFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getMediaType()
public String getApiString()
Copyright © 2019 VMware. All rights reserved.