| 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
|
| Modifier and Type | Method and Description |
|---|---|
ArrayResult<Expense> |
CafetAPI.getClientExpenses(int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
CafetAPI.asyncGetClientExpenses(AsyncHandler.AsyncArrayHandler<Expense> handler,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Expense[] |
Client.getExpenses()
Return a list of latest client's expenses
|
Copyright © 2019 Nowtryz. All rights reserved.