public static final enum

CORSRule.AllowedMethods

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.module.s3.model.CORSRule.AllowedMethods

Class Overview

Enumeration of names of the all the allowed methods.

Summary

Enum Values
CORSRule.AllowedMethods  DELETE   
CORSRule.AllowedMethods  GET   
CORSRule.AllowedMethods  HEAD   
CORSRule.AllowedMethods  POST   
CORSRule.AllowedMethods  PUT   
Fields
private final String allowedMethod
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static CORSRule.AllowedMethods fromValue(String allowedMethod)
String toString()
static CORSRule.AllowedMethods valueOf(String name)
final static AllowedMethods[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CORSRule.AllowedMethods DELETE

public static final CORSRule.AllowedMethods GET

public static final CORSRule.AllowedMethods HEAD

public static final CORSRule.AllowedMethods POST

public static final CORSRule.AllowedMethods PUT

Fields

private final String allowedMethod

Public Methods

public static CORSRule.AllowedMethods fromValue (String allowedMethod)

Parameters
allowedMethod
Throws
IllegalArgumentException

public String toString ()

public static CORSRule.AllowedMethods valueOf (String name)

Parameters
name

public static final AllowedMethods[] values ()