public static enum CertificateEnrollmentClient.CertificateEnrollmentStatus extends java.lang.Enum<CertificateEnrollmentClient.CertificateEnrollmentStatus>
Enum Constant and Description |
---|
BAD_CREDENTIALS |
ERROR |
QUICK_CONNECT_ERROR |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
static CertificateEnrollmentClient.CertificateEnrollmentStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertificateEnrollmentClient.CertificateEnrollmentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateEnrollmentClient.CertificateEnrollmentStatus SUCCESS
public static final CertificateEnrollmentClient.CertificateEnrollmentStatus BAD_CREDENTIALS
public static final CertificateEnrollmentClient.CertificateEnrollmentStatus QUICK_CONNECT_ERROR
public static final CertificateEnrollmentClient.CertificateEnrollmentStatus ERROR
public static CertificateEnrollmentClient.CertificateEnrollmentStatus[] values()
for (CertificateEnrollmentClient.CertificateEnrollmentStatus c : CertificateEnrollmentClient.CertificateEnrollmentStatus.values()) System.out.println(c);
public static CertificateEnrollmentClient.CertificateEnrollmentStatus 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 null