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