| Modifier and Type | Method and Description |
|---|---|
QrCode |
QrCodeClient.close(String id) |
QrCode |
QrCodeClient.create(org.json.JSONObject request) |
QrCode |
QrCodeClient.fetch(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<QrCode> |
QrCodeClient.fetchAll()
It is wrapper of fetchAll with parameter here sending null defines fetchAll
with a default values without filteration
|
List<QrCode> |
QrCodeClient.fetchAll(org.json.JSONObject request)
This method get list of QrCodes filtered by parameters @request
|
List<QrCode> |
QrCodeClient.fetchAllPayments(String id) |
List<QrCode> |
QrCodeClient.fetchAllPayments(String id,
org.json.JSONObject request) |
Copyright © 2023. All rights reserved.