public static enum MandateImportService.MandateImportCreateRequest.Scheme extends java.lang.Enum<MandateImportService.MandateImportCreateRequest.Scheme>
Enum Constant and Description |
---|
AUTOGIRO |
BACS |
BECS |
BECS_NZ |
BETALINGSSERVICE |
SEPA_CORE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static MandateImportService.MandateImportCreateRequest.Scheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MandateImportService.MandateImportCreateRequest.Scheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="autogiro") public static final MandateImportService.MandateImportCreateRequest.Scheme AUTOGIRO
@SerializedName(value="bacs") public static final MandateImportService.MandateImportCreateRequest.Scheme BACS
@SerializedName(value="becs") public static final MandateImportService.MandateImportCreateRequest.Scheme BECS
@SerializedName(value="becs_nz") public static final MandateImportService.MandateImportCreateRequest.Scheme BECS_NZ
@SerializedName(value="betalingsservice") public static final MandateImportService.MandateImportCreateRequest.Scheme BETALINGSSERVICE
@SerializedName(value="sepa_core") public static final MandateImportService.MandateImportCreateRequest.Scheme SEPA_CORE
public static MandateImportService.MandateImportCreateRequest.Scheme[] values()
for (MandateImportService.MandateImportCreateRequest.Scheme c : MandateImportService.MandateImportCreateRequest.Scheme.values()) System.out.println(c);
public static MandateImportService.MandateImportCreateRequest.Scheme valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<MandateImportService.MandateImportCreateRequest.Scheme>