com.vmware.vcloud.sdk.constants.query
Enum QueryVAppOrgNetworkRelationField

java.lang.Object
  extended by java.lang.Enum<QueryVAppOrgNetworkRelationField>
      extended by com.vmware.vcloud.sdk.constants.query.QueryVAppOrgNetworkRelationField
All Implemented Interfaces:
QueryField, Serializable, Comparable<QueryVAppOrgNetworkRelationField>

Deprecated. SDK 5.1

public enum QueryVAppOrgNetworkRelationField
extends Enum<QueryVAppOrgNetworkRelationField>
implements QueryField

Constants for the QueryParams's fields, sort ascending and sort descending properties.

Since:
API 1.5, SDK 1.5
Author:
Ecosystem Engineering

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

ID

public static final QueryVAppOrgNetworkRelationField ID
Deprecated. 
Since:
API 5.1, SDK 5.1

HREF

public static final QueryVAppOrgNetworkRelationField HREF
Deprecated. 
Since:
API 5.1, SDK 5.1

CONFIGURATIONTYPE

public static final QueryVAppOrgNetworkRelationField CONFIGURATIONTYPE
Deprecated. 

NAME

public static final QueryVAppOrgNetworkRelationField NAME
Deprecated. 

ORG

public static final QueryVAppOrgNetworkRelationField ORG
Deprecated. 

ORGNETWORK

public static final QueryVAppOrgNetworkRelationField ORGNETWORK
Deprecated. 

ORGNETWORKNAME

public static final QueryVAppOrgNetworkRelationField ORGNETWORKNAME
Deprecated. 

OWNERNAME

public static final QueryVAppOrgNetworkRelationField OWNERNAME
Deprecated. 

STATUS

public static final QueryVAppOrgNetworkRelationField STATUS
Deprecated. 
Method Detail

values

public static QueryVAppOrgNetworkRelationField[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (QueryVAppOrgNetworkRelationField c : QueryVAppOrgNetworkRelationField.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static QueryVAppOrgNetworkRelationField valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()
Deprecated. 
Specified by:
value in interface QueryField

fromValue

public static QueryVAppOrgNetworkRelationField fromValue(String value)
Deprecated. 


Copyright © 2016. All Rights Reserved.