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