Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static DomainDto.DomainTypeEnum |
DomainDto.DomainTypeEnum.fromValue(String value) |
DomainDto.DomainTypeEnum |
DomainDto.getDomainType()
Type of domain.
|
DomainDto.DomainTypeEnum |
DomainDto.DomainTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DomainDto.DomainTypeEnum |
DomainDto.DomainTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainDto.DomainTypeEnum[] |
DomainDto.DomainTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DomainDto |
DomainDto.domainType(DomainDto.DomainTypeEnum domainType) |
void |
DomainDto.setDomainType(DomainDto.DomainTypeEnum domainType) |
void |
DomainDto.DomainTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DomainDto.DomainTypeEnum enumeration) |
Copyright © 2023. All rights reserved.