public class ApiClient extends Object
| Modifier and Type | Method and Description |
|---|---|
CustomRequest |
customrequest() |
DownloadImages |
downloadimages() |
DownloadVideos |
downloadvideos() |
static ApiClient |
GetApiClientWithClientCredentials(String apiKey,
String apiSecret) |
static ApiClient |
GetApiClientWithResourceOwnerCredentials(String apiKey,
String apiSecret,
String userName,
String password) |
Images |
images() |
SearchImages |
searchimages() |
SearchImagesCreative |
searchimagescreative() |
SearchImagesEditorial |
searchimageseditorial() |
SearchVideos |
searchvideos() |
SearchVideosCreative |
searchvideoscreative() |
SearchVideosEditorial |
searchvideoseditorial() |
Videos |
videos() |
public static String Version
public static ApiClient GetApiClientWithClientCredentials(String apiKey, String apiSecret)
public static ApiClient GetApiClientWithResourceOwnerCredentials(String apiKey, String apiSecret, String userName, String password)
public Images images()
public Videos videos()
public SearchImages searchimages()
public SearchImagesCreative searchimagescreative()
public SearchImagesEditorial searchimageseditorial()
public SearchVideos searchvideos()
public SearchVideosCreative searchvideoscreative()
public SearchVideosEditorial searchvideoseditorial()
public DownloadVideos downloadvideos()
public DownloadImages downloadimages()
public CustomRequest customrequest()
Copyright © 2020. All rights reserved.