Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static UserInfoDto.AccountStateEnum |
UserInfoDto.AccountStateEnum.fromValue(String value) |
UserInfoDto.AccountStateEnum |
UserInfoDto.getAccountState()
Get accountState
|
UserInfoDto.AccountStateEnum |
UserInfoDto.AccountStateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static UserInfoDto.AccountStateEnum |
UserInfoDto.AccountStateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserInfoDto.AccountStateEnum[] |
UserInfoDto.AccountStateEnum.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.accountState(UserInfoDto.AccountStateEnum accountState) |
void |
UserInfoDto.setAccountState(UserInfoDto.AccountStateEnum accountState) |
void |
UserInfoDto.AccountStateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
UserInfoDto.AccountStateEnum enumeration) |
Copyright © 2023. All rights reserved.