| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
static CardBrand |
CardBrand.fromValue(String value) |
CardBrand |
CardData.getCardBrand()
Get cardBrand
|
CardBrand |
CardBrand.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CardBrand |
CardBrand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardBrand[] |
CardBrand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CardData |
CardData.cardBrand(CardBrand cardBrand) |
void |
CardData.setCardBrand(CardBrand cardBrand) |
void |
CardBrand.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CardBrand enumeration) |
Copyright © 2023. All rights reserved.