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