| Package | Description |
|---|---|
| com.askfast.askfastapi | |
| com.askfast.util |
| Modifier and Type | Method and Description |
|---|---|
Adapter |
AskFastRestClient.getAdapter(String adapterId)
Returns the corresponding adapter by id
|
Adapter |
AskFastRestClient.updateAdapter(String adapterId,
Adapter adapter)
Updates the adapter with the given
adapterId. |
| Modifier and Type | Method and Description |
|---|---|
Set<Adapter> |
AskFastRestClient.getAdapters(String type)
Returns a set of
Adapters, optionally narrowed down by a
type. |
Set<Adapter> |
AskFastRestClient.getAllAdapters(String type)
Returns adapters owned by your account and shared with
your account.
|
List<Adapter> |
AskFastRestClient.getCapableAdapters(String type) |
Set<Adapter> |
AskFastRestClient.getFreeAdapters(String adapterType,
String address)
Gets all the free adapters
|
| Modifier and Type | Method and Description |
|---|---|
Adapter |
AskFastRestClient.updateAdapter(String adapterId,
Adapter adapter)
Updates the adapter with the given
adapterId. |
| Modifier and Type | Method and Description |
|---|---|
Adapter |
AskFastRestService.getAdapter(String adapterId) |
Adapter |
AskFastRestService.updateAdapter(String adapterId,
Adapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
List<Adapter> |
AskFastRestService.getAdapters(String type,
boolean owned) |
List<Adapter> |
AskFastRestService.getCapableAdapters(String type) |
Set<Adapter> |
AskFastRestService.getFreeAdapters(String adapterType,
String address) |
| Modifier and Type | Method and Description |
|---|---|
Adapter |
AskFastRestService.updateAdapter(String adapterId,
Adapter adapter) |
Copyright © 2017 AskFast BV. All Rights Reserved.