Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static DomainNameRecord.LabelEnum |
DomainNameRecord.LabelEnum.fromValue(String value) |
DomainNameRecord.LabelEnum |
DomainNameRecord.getLabel()
Domain Name Server Record Label
|
DomainNameRecord.LabelEnum |
DomainNameRecord.LabelEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DomainNameRecord.LabelEnum |
DomainNameRecord.LabelEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainNameRecord.LabelEnum[] |
DomainNameRecord.LabelEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DomainNameRecord |
DomainNameRecord.label(DomainNameRecord.LabelEnum label) |
void |
DomainNameRecord.setLabel(DomainNameRecord.LabelEnum label) |
void |
DomainNameRecord.LabelEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DomainNameRecord.LabelEnum enumeration) |
Copyright © 2023. All rights reserved.