| Modifier and Type | Method and Description |
|---|---|
static V1beta1ChallengeStatus.StateEnum |
V1beta1ChallengeStatus.StateEnum.fromValue(String value) |
V1beta1ChallengeStatus.StateEnum |
V1beta1ChallengeStatus.getState()
Contains the current 'state' of the challenge.
|
V1beta1ChallengeStatus.StateEnum |
V1beta1ChallengeStatus.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1beta1ChallengeStatus.StateEnum |
V1beta1ChallengeStatus.StateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1beta1ChallengeStatus.StateEnum[] |
V1beta1ChallengeStatus.StateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
V1beta1ChallengeStatus.setState(V1beta1ChallengeStatus.StateEnum state) |
V1beta1ChallengeStatus |
V1beta1ChallengeStatus.state(V1beta1ChallengeStatus.StateEnum state) |
void |
V1beta1ChallengeStatus.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1beta1ChallengeStatus.StateEnum enumeration) |
Copyright © 2020. All rights reserved.