Enum PostIdentityVerificationBankModel.ExpectedBehavioursEnum
- java.lang.Object
-
- java.lang.Enum<PostIdentityVerificationBankModel.ExpectedBehavioursEnum>
-
- app.cybrid.cybrid_api_bank.client.model.PostIdentityVerificationBankModel.ExpectedBehavioursEnum
-
- All Implemented Interfaces:
Serializable,Comparable<PostIdentityVerificationBankModel.ExpectedBehavioursEnum>
- Enclosing class:
- PostIdentityVerificationBankModel
public static enum PostIdentityVerificationBankModel.ExpectedBehavioursEnum extends Enum<PostIdentityVerificationBankModel.ExpectedBehavioursEnum>
Gets or Sets expectedBehaviours
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FAILED_IMMEDIATELYPASSED_IMMEDIATELYTAX_ID_NOT_CHECKED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PostIdentityVerificationBankModel.ExpectedBehavioursEnumfromValue(String value)StringgetValue()StringtoString()static PostIdentityVerificationBankModel.ExpectedBehavioursEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static PostIdentityVerificationBankModel.ExpectedBehavioursEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PASSED_IMMEDIATELY
public static final PostIdentityVerificationBankModel.ExpectedBehavioursEnum PASSED_IMMEDIATELY
-
FAILED_IMMEDIATELY
public static final PostIdentityVerificationBankModel.ExpectedBehavioursEnum FAILED_IMMEDIATELY
-
TAX_ID_NOT_CHECKED
public static final PostIdentityVerificationBankModel.ExpectedBehavioursEnum TAX_ID_NOT_CHECKED
-
-
Method Detail
-
values
public static PostIdentityVerificationBankModel.ExpectedBehavioursEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PostIdentityVerificationBankModel.ExpectedBehavioursEnum c : PostIdentityVerificationBankModel.ExpectedBehavioursEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PostIdentityVerificationBankModel.ExpectedBehavioursEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<PostIdentityVerificationBankModel.ExpectedBehavioursEnum>
-
fromValue
public static PostIdentityVerificationBankModel.ExpectedBehavioursEnum fromValue(String value)
-
-