org.odata4j.producer.resources
Enum ODataBatchProvider.HTTP_METHOD

java.lang.Object
  extended by java.lang.Enum<ODataBatchProvider.HTTP_METHOD>
      extended by org.odata4j.producer.resources.ODataBatchProvider.HTTP_METHOD
All Implemented Interfaces:
Serializable, Comparable<ODataBatchProvider.HTTP_METHOD>
Enclosing class:
ODataBatchProvider

public static enum ODataBatchProvider.HTTP_METHOD
extends Enum<ODataBatchProvider.HTTP_METHOD>


Enum Constant Summary
DELETE
           
GET
           
MERGE
           
POST
           
PUT
           
 
Method Summary
static ODataBatchProvider.HTTP_METHOD valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ODataBatchProvider.HTTP_METHOD[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DELETE

public static final ODataBatchProvider.HTTP_METHOD DELETE

GET

public static final ODataBatchProvider.HTTP_METHOD GET

MERGE

public static final ODataBatchProvider.HTTP_METHOD MERGE

POST

public static final ODataBatchProvider.HTTP_METHOD POST

PUT

public static final ODataBatchProvider.HTTP_METHOD PUT
Method Detail

valueOf

public static ODataBatchProvider.HTTP_METHOD 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

values

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

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


http://odata4j.org