public static enum S3MetaRequestOptions.MetaRequestType extends Enum<S3MetaRequestOptions.MetaRequestType>
| Enum Constant and Description |
|---|
DEFAULT |
GET_OBJECT |
PUT_OBJECT |
| Modifier and Type | Method and Description |
|---|---|
static S3MetaRequestOptions.MetaRequestType |
getEnumValueFromInteger(int value) |
int |
getNativeValue() |
static S3MetaRequestOptions.MetaRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3MetaRequestOptions.MetaRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final S3MetaRequestOptions.MetaRequestType DEFAULT
public static final S3MetaRequestOptions.MetaRequestType GET_OBJECT
public static final S3MetaRequestOptions.MetaRequestType PUT_OBJECT
public static S3MetaRequestOptions.MetaRequestType[] values()
for (S3MetaRequestOptions.MetaRequestType c : S3MetaRequestOptions.MetaRequestType.values()) System.out.println(c);
public static S3MetaRequestOptions.MetaRequestType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getNativeValue()
public static S3MetaRequestOptions.MetaRequestType getEnumValueFromInteger(int value)
Copyright © 2021. All rights reserved.