| Package | Description |
|---|---|
| Model |
| Modifier and Type | Method and Description |
|---|---|
static InlineResponse502.ReasonEnum |
InlineResponse502.ReasonEnum.fromValue(String text) |
InlineResponse502.ReasonEnum |
InlineResponse502.getReason()
The reason of the status.
|
InlineResponse502.ReasonEnum |
InlineResponse502.ReasonEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InlineResponse502.ReasonEnum |
InlineResponse502.ReasonEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineResponse502.ReasonEnum[] |
InlineResponse502.ReasonEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse502 |
InlineResponse502.reason(InlineResponse502.ReasonEnum reason) |
void |
InlineResponse502.setReason(InlineResponse502.ReasonEnum reason) |
void |
InlineResponse502.ReasonEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InlineResponse502.ReasonEnum enumeration) |
Copyright © 2018. All rights reserved.