public static enum V1beta1ChallengeSpec.TypeEnum extends Enum<V1beta1ChallengeSpec.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
V1beta1ChallengeSpec.TypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static V1beta1ChallengeSpec.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static V1beta1ChallengeSpec.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1beta1ChallengeSpec.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V1beta1ChallengeSpec.TypeEnum HTTP_01
public static final V1beta1ChallengeSpec.TypeEnum DNS_01
public static V1beta1ChallengeSpec.TypeEnum[] values()
for (V1beta1ChallengeSpec.TypeEnum c : V1beta1ChallengeSpec.TypeEnum.values()) System.out.println(c);
public static V1beta1ChallengeSpec.TypeEnum 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 String toString()
toString in class Enum<V1beta1ChallengeSpec.TypeEnum>public static V1beta1ChallengeSpec.TypeEnum fromValue(String value)
Copyright © 2020. All rights reserved.