public enum SignRequestCreateSignerRoleField extends Enum<SignRequestCreateSignerRoleField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
SignRequestCreateSignerRoleField.SignRequestCreateSignerRoleFieldDeserializer |
static class |
SignRequestCreateSignerRoleField.SignRequestCreateSignerRoleFieldSerializer |
| Enum Constant and Description |
|---|
APPROVER |
FINAL_COPY_READER |
SIGNER |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static SignRequestCreateSignerRoleField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignRequestCreateSignerRoleField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignRequestCreateSignerRoleField SIGNER
public static final SignRequestCreateSignerRoleField APPROVER
public static final SignRequestCreateSignerRoleField FINAL_COPY_READER
public static SignRequestCreateSignerRoleField[] values()
for (SignRequestCreateSignerRoleField c : SignRequestCreateSignerRoleField.values()) System.out.println(c);
public static SignRequestCreateSignerRoleField 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