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