| Package | Description |
|---|---|
| net.nowtryz.cafetapi |
Main package for the Cafet API, the API that connect the application to the server
|
| net.nowtryz.cafetapi.datas |
Data managing classes package
|
| net.nowtryz.cafetapi.deserializers |
| Modifier and Type | Method and Description |
|---|---|
ArrayResult<ExpenseDetail> |
CafetAPI.getExpenseDetails(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
CafetAPI.asyncGetExpenseDetails(AsyncHandler.AsyncArrayHandler<ExpenseDetail> handler,
int id) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormulaBought |
class |
ProductBought |
| Modifier and Type | Method and Description |
|---|---|
ExpenseDetail[] |
Expense.getDetails()
Return the itemized bill
|
| Modifier and Type | Method and Description |
|---|---|
ExpenseDetail |
ExpenseDetailDeserializer.deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
Copyright © 2019 Nowtryz. All rights reserved.