public static enum IsPersonalCertificateRequiredModel.Response extends Enum<IsPersonalCertificateRequiredModel.Response>
Enum Constant and Description |
---|
ERROR_UNKNOWN_PERMISSION |
IGNORED_PERSONAL_CERTIFICATE |
REQUIRED_PERSONAL_CERTIFICATE |
Modifier and Type | Method and Description |
---|---|
static IsPersonalCertificateRequiredModel.Response |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsPersonalCertificateRequiredModel.Response[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsPersonalCertificateRequiredModel.Response REQUIRED_PERSONAL_CERTIFICATE
public static final IsPersonalCertificateRequiredModel.Response IGNORED_PERSONAL_CERTIFICATE
public static final IsPersonalCertificateRequiredModel.Response ERROR_UNKNOWN_PERMISSION
public static IsPersonalCertificateRequiredModel.Response[] values()
for (IsPersonalCertificateRequiredModel.Response c : IsPersonalCertificateRequiredModel.Response.values()) System.out.println(c);
public static IsPersonalCertificateRequiredModel.Response 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 nullCopyright © 2018 Vitam. All rights reserved.