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