public enum SubDirType extends Enum<SubDirType>
Enum Constant and Description |
---|
Index |
NoSuchKey |
Redirect
the owner of the bucket
|
Modifier and Type | Method and Description |
---|---|
static SubDirType |
parse(String payerString) |
String |
toString() |
static SubDirType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubDirType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubDirType Redirect
public static final SubDirType NoSuchKey
public static final SubDirType Index
public static SubDirType[] values()
for (SubDirType c : SubDirType.values()) System.out.println(c);
public static SubDirType 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 String toString()
toString
in class Enum<SubDirType>
public static SubDirType parse(String payerString)
Copyright © 2021. All Rights Reserved.