public class BynderClientImpl extends Object implements BynderClient
BynderClient.Builder
Modifier and Type | Method and Description |
---|---|
AssetService |
getAssetService()
Check
BynderClient for more information. |
CollectionService |
getCollectionService()
Check
BynderClient for more information. |
io.reactivex.Observable<retrofit2.Response<List<Derivative>>> |
getDerivatives()
Gets the list of the derivatives configured for the current account.
|
OAuthService |
getOAuthService()
Check
BynderClient for more information. |
public OAuthService getOAuthService()
BynderClient
for more information.getOAuthService
in interface BynderClient
OAuthService
.public AssetService getAssetService()
BynderClient
for more information.getAssetService
in interface BynderClient
AssetService
.public CollectionService getCollectionService()
BynderClient
for more information.getCollectionService
in interface BynderClient
CollectionService
.public io.reactivex.Observable<retrofit2.Response<List<Derivative>>> getDerivatives()
BynderClient
getDerivatives
in interface BynderClient
Derivative
.Copyright © 2019. All rights reserved.