| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
static CardType |
CardType.fromValue(String value) |
CardType |
CardData.getCardType()
Get cardType
|
CardType |
CardType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CardType |
CardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardType[] |
CardType.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.cardType(CardType cardType) |
void |
CardData.setCardType(CardType cardType) |
void |
CardType.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CardType enumeration) |
Copyright © 2023. All rights reserved.