public enum MandateStatus extends Enum<MandateStatus>
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonValue() |
static MandateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MandateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MandateStatus VALID
public static final MandateStatus PENDING
public static final MandateStatus INVALID
public static MandateStatus[] values()
for (MandateStatus c : MandateStatus.values()) System.out.println(c);
public static MandateStatus 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 getJsonValue()
Copyright © 2020. All rights reserved.