public enum ConsentAuthorizationResponseLinkType extends Enum<ConsentAuthorizationResponseLinkType>
| Modifier and Type | Method and Description |
|---|---|
static Optional<ConsentAuthorizationResponseLinkType> |
getByValue(String value) |
String |
getValue() |
static ConsentAuthorizationResponseLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsentAuthorizationResponseLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConsentAuthorizationResponseLinkType START_AUTHORISATION_WITH_PSU_IDENTIFICATION
public static final ConsentAuthorizationResponseLinkType START_AUTHORISATION_WITH_PSU_AUTHENTICATION
public static final ConsentAuthorizationResponseLinkType START_AUTHORISATION_WITH_AUTHENTICATION_METHOD_SELECTION
public static final ConsentAuthorizationResponseLinkType START_AUTHORISATION_WITH_TRANSACTION_AUTHORISATION
public static final ConsentAuthorizationResponseLinkType UPDATE_PSU_IDENTIFICATION
public static final ConsentAuthorizationResponseLinkType UPDATE_PSU_AUTHENTICATION
public static final ConsentAuthorizationResponseLinkType SCA_REDIRECT
public static ConsentAuthorizationResponseLinkType[] values()
for (ConsentAuthorizationResponseLinkType c : ConsentAuthorizationResponseLinkType.values()) System.out.println(c);
public static ConsentAuthorizationResponseLinkType 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 getValue()
public static Optional<ConsentAuthorizationResponseLinkType> getByValue(String value)
Copyright © 2019. All rights reserved.