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

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

public enum QueryOrgField
extends Enum<QueryOrgField>
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
CANPUBLISHCATALOGS
           
DEPLOYEDVMQUOTA
           
DISPLAYNAME
           
HREF
           
ID
           
ISENABLED
           
ISREADONLY
           
NAME
           
NUMBEROFCATALOGS
           
NUMBEROFDISKS
           
NUMBEROFGROUPS
           
NUMBEROFVAPPS
           
NUMBEROFVDCS
           
STOREDVMQUOTA
           
 
Method Summary
static QueryOrgField fromValue(String value)
           
 String value()
           
static QueryOrgField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryOrgField[] values()
          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 QueryOrgField ID
Since:
API 5.1, SDK 5.1

HREF

public static final QueryOrgField HREF
Since:
API 5.1, SDK 5.1

CANPUBLISHCATALOGS

public static final QueryOrgField CANPUBLISHCATALOGS

DEPLOYEDVMQUOTA

public static final QueryOrgField DEPLOYEDVMQUOTA

DISPLAYNAME

public static final QueryOrgField DISPLAYNAME

ISENABLED

public static final QueryOrgField ISENABLED

ISREADONLY

public static final QueryOrgField ISREADONLY

NAME

public static final QueryOrgField NAME

NUMBEROFCATALOGS

public static final QueryOrgField NUMBEROFCATALOGS

NUMBEROFDISKS

public static final QueryOrgField NUMBEROFDISKS
Since:
API 5.1, SDK 5.1

NUMBEROFGROUPS

public static final QueryOrgField NUMBEROFGROUPS

NUMBEROFVAPPS

public static final QueryOrgField NUMBEROFVAPPS

NUMBEROFVDCS

public static final QueryOrgField NUMBEROFVDCS

STOREDVMQUOTA

public static final QueryOrgField STOREDVMQUOTA
Method Detail

values

public static QueryOrgField[] values()
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 (QueryOrgField c : QueryOrgField.values())
    System.out.println(c);

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

valueOf

public static QueryOrgField valueOf(String name)
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()
Specified by:
value in interface QueryField

fromValue

public static QueryOrgField fromValue(String value)


Copyright © 2016. All Rights Reserved.