|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QueryVAppOrgNetworkRelationField>
com.vmware.vcloud.sdk.constants.query.QueryVAppOrgNetworkRelationField
public enum QueryVAppOrgNetworkRelationField
Constants for the QueryParams's fields, sort ascending and sort descending properties.
| Enum Constant Summary | |
|---|---|
CONFIGURATIONTYPE
Deprecated. |
|
HREF
Deprecated. |
|
ID
Deprecated. |
|
NAME
Deprecated. |
|
ORG
Deprecated. |
|
ORGNETWORK
Deprecated. |
|
ORGNETWORKNAME
Deprecated. |
|
OWNERNAME
Deprecated. |
|
STATUS
Deprecated. |
|
| Method Summary | |
|---|---|
static QueryVAppOrgNetworkRelationField |
fromValue(String value)
Deprecated. |
String |
value()
Deprecated. |
static QueryVAppOrgNetworkRelationField |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static QueryVAppOrgNetworkRelationField[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final QueryVAppOrgNetworkRelationField ID
public static final QueryVAppOrgNetworkRelationField HREF
public static final QueryVAppOrgNetworkRelationField CONFIGURATIONTYPE
public static final QueryVAppOrgNetworkRelationField NAME
public static final QueryVAppOrgNetworkRelationField ORG
public static final QueryVAppOrgNetworkRelationField ORGNETWORK
public static final QueryVAppOrgNetworkRelationField ORGNETWORKNAME
public static final QueryVAppOrgNetworkRelationField OWNERNAME
public static final QueryVAppOrgNetworkRelationField STATUS
| Method Detail |
|---|
public static QueryVAppOrgNetworkRelationField[] values()
for (QueryVAppOrgNetworkRelationField c : QueryVAppOrgNetworkRelationField.values()) System.out.println(c);
public static QueryVAppOrgNetworkRelationField valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
value in interface QueryFieldpublic static QueryVAppOrgNetworkRelationField fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||