| Package | Description |
|---|---|
| com.bynder.sdk.api | |
| com.bynder.sdk.service.collection |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<Collection>> |
BynderApi.getCollectionInfo(Map<String,String> params)
Gets all the collection information for a specific collection id.
|
io.reactivex.Observable<retrofit2.Response<List<Collection>>> |
BynderApi.getCollections(Map<String,String> params)
Gets list of the collections.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<Collection>> |
CollectionServiceImpl.getCollectionInfo(CollectionInfoQuery collectionInfoQuery)
Check
CollectionService for more information. |
io.reactivex.Observable<retrofit2.Response<Collection>> |
CollectionService.getCollectionInfo(CollectionInfoQuery collectionInfoQuery)
Gets all the information for a specific collection.
|
io.reactivex.Observable<retrofit2.Response<List<Collection>>> |
CollectionServiceImpl.getCollections(CollectionQuery collectionQuery)
Check
CollectionService for more information. |
io.reactivex.Observable<retrofit2.Response<List<Collection>>> |
CollectionService.getCollections(CollectionQuery collectionQuery)
Gets a list of collections using query information.
|
Copyright © 2024. All rights reserved.