| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
static GetAccountPlan.CreditsTypeEnum |
GetAccountPlan.CreditsTypeEnum.fromValue(String text) |
GetAccountPlan.CreditsTypeEnum |
GetAccountPlan.getCreditsType()
This is the type of the credit, "Send Limit" is one of the possible types of credit of a user.
|
GetAccountPlan.CreditsTypeEnum |
GetAccountPlan.CreditsTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static GetAccountPlan.CreditsTypeEnum |
GetAccountPlan.CreditsTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetAccountPlan.CreditsTypeEnum[] |
GetAccountPlan.CreditsTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccountPlan |
GetAccountPlan.creditsType(GetAccountPlan.CreditsTypeEnum creditsType) |
void |
GetAccountPlan.setCreditsType(GetAccountPlan.CreditsTypeEnum creditsType) |
void |
GetAccountPlan.CreditsTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
GetAccountPlan.CreditsTypeEnum enumeration) |
Copyright © 2021. All rights reserved.