| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
static DomainDetail.TypeEnum |
DomainDetail.TypeEnum.fromValue(String text) |
DomainDetail.TypeEnum |
DomainDetail.getType()
Get type
|
DomainDetail.TypeEnum |
DomainDetail.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DomainDetail.TypeEnum |
DomainDetail.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainDetail.TypeEnum[] |
DomainDetail.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 |
DomainDetail.setType(DomainDetail.TypeEnum type) |
DomainDetail |
DomainDetail.type(DomainDetail.TypeEnum type) |
void |
DomainDetail.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DomainDetail.TypeEnum enumeration) |
Copyright © 2019. All rights reserved.