public enum MessageCode401PIIS extends Enum<MessageCode401PIIS>
| Modifier and Type | Method and Description |
|---|---|
static MessageCode401PIIS |
fromValue(String text) |
String |
toString() |
static MessageCode401PIIS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCode401PIIS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCode401PIIS CERTIFICATE_INVALID
public static final MessageCode401PIIS CERTIFICATE_EXPIRED
public static final MessageCode401PIIS CERTIFICATE_BLOCKED
public static final MessageCode401PIIS CERTIFICATE_REVOKE
public static final MessageCode401PIIS CERTIFICATE_MISSING
public static final MessageCode401PIIS SIGNATURE_INVALID
public static final MessageCode401PIIS SIGNATURE_MISSING
public static final MessageCode401PIIS CORPORATE_ID_INVALID
public static final MessageCode401PIIS PSU_CREDENTIALS_INVALID
public static final MessageCode401PIIS CONSENT_INVALID
public static final MessageCode401PIIS CONSENT_EXPIRED
public static final MessageCode401PIIS TOKEN_UNKNOWN
public static final MessageCode401PIIS TOKEN_INVALID
public static final MessageCode401PIIS TOKEN_EXPIRED
public static MessageCode401PIIS[] values()
for (MessageCode401PIIS c : MessageCode401PIIS.values()) System.out.println(c);
public static MessageCode401PIIS 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 toString()
toString in class Enum<MessageCode401PIIS>public static MessageCode401PIIS fromValue(String text)
Copyright © 2019. All rights reserved.