| Modifier and Type | Method and Description |
|---|---|
static V1alpha3ChallengeSpec.TypeEnum |
V1alpha3ChallengeSpec.TypeEnum.fromValue(String value) |
V1alpha3ChallengeSpec.TypeEnum |
V1alpha3ChallengeSpec.getType()
Type is the type of ACME challenge this resource represents.
|
V1alpha3ChallengeSpec.TypeEnum |
V1alpha3ChallengeSpec.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1alpha3ChallengeSpec.TypeEnum |
V1alpha3ChallengeSpec.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1alpha3ChallengeSpec.TypeEnum[] |
V1alpha3ChallengeSpec.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
V1alpha3ChallengeSpec.setType(V1alpha3ChallengeSpec.TypeEnum type) |
V1alpha3ChallengeSpec |
V1alpha3ChallengeSpec.type(V1alpha3ChallengeSpec.TypeEnum type) |
void |
V1alpha3ChallengeSpec.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1alpha3ChallengeSpec.TypeEnum enumeration) |
Copyright © 2020. All rights reserved.