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