public enum BoxSignRequestSignerRole extends Enum<BoxSignRequestSignerRole>
Enum Constant and Description |
---|
Approver
Approver role.
|
FinalCopyReader
Final copy reader role.
|
Signer
Signer role.
|
Modifier and Type | Method and Description |
---|---|
static BoxSignRequestSignerRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxSignRequestSignerRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxSignRequestSignerRole Signer
public static final BoxSignRequestSignerRole Approver
public static final BoxSignRequestSignerRole FinalCopyReader
public static BoxSignRequestSignerRole[] values()
for (BoxSignRequestSignerRole c : BoxSignRequestSignerRole.values()) System.out.println(c);
public static BoxSignRequestSignerRole 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 null