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