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

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

public enum QueryAdminMediaField
extends Enum<QueryAdminMediaField>
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
CATALOG
           
CATALOGITEM
           
CATALOGNAME
           
CREATIONDATE
           
HREF
           
ID
           
ISBUSY
           
ISPUBLISHED
           
ISVDCENABLED
           
NAME
           
ORG
           
OWNER
           
OWNERNAME
           
STATUS
           
STORAGEB
           
STORAGEPROFILENAME
           
VDC
           
VDCNAME
           
 
Method Summary
static QueryAdminMediaField fromValue(String value)
           
 String value()
           
static QueryAdminMediaField valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryAdminMediaField[] 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 QueryAdminMediaField ID
Since:
API 5.1, SDK 5.1

HREF

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

CATALOG

public static final QueryAdminMediaField CATALOG

CATALOGITEM

public static final QueryAdminMediaField CATALOGITEM

CATALOGNAME

public static final QueryAdminMediaField CATALOGNAME

CREATIONDATE

public static final QueryAdminMediaField CREATIONDATE

ISBUSY

public static final QueryAdminMediaField ISBUSY

ISPUBLISHED

public static final QueryAdminMediaField ISPUBLISHED

ISVDCENABLED

public static final QueryAdminMediaField ISVDCENABLED

NAME

public static final QueryAdminMediaField NAME

ORG

public static final QueryAdminMediaField ORG

OWNER

public static final QueryAdminMediaField OWNER

OWNERNAME

public static final QueryAdminMediaField OWNERNAME

STATUS

public static final QueryAdminMediaField STATUS

STORAGEB

public static final QueryAdminMediaField STORAGEB

STORAGEPROFILENAME

public static final QueryAdminMediaField STORAGEPROFILENAME
Since:
API 5.1, SDK 5.1

VDC

public static final QueryAdminMediaField VDC

VDCNAME

public static final QueryAdminMediaField VDCNAME
Method Detail

values

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

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

valueOf

public static QueryAdminMediaField 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 QueryAdminMediaField fromValue(String value)


Copyright © 2016. All Rights Reserved.