public static final enum

BatchJob.Method

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.modules.neo4j.model.BatchJob.Method

Summary

Enum Values
BatchJob.Method  DELETE   
BatchJob.Method  GET   
BatchJob.Method  HEAD   
BatchJob.Method  OPTIONS   
BatchJob.Method  PATCH   
BatchJob.Method  POST   
BatchJob.Method  PUT   
Fields
private static Map<String, BatchJob.Method> constants
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static BatchJob.Method fromValue(String value)
String toString()
static BatchJob.Method valueOf(String name)
final static Method[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BatchJob.Method DELETE

public static final BatchJob.Method GET

public static final BatchJob.Method HEAD

public static final BatchJob.Method OPTIONS

public static final BatchJob.Method PATCH

public static final BatchJob.Method POST

public static final BatchJob.Method PUT

Fields

private static Map<String, BatchJob.Method> constants

private final String value

Public Methods

public static BatchJob.Method fromValue (String value)

Parameters
value

public String toString ()

public static BatchJob.Method valueOf (String name)

Parameters
name

public static final Method[] values ()