Package | Description |
---|---|
com.coupang.marketplace.client | |
com.coupang.marketplace.client.api |
Modifier and Type | Method and Description |
---|---|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.addDefaultHeader(String key,
String value)
Add a default header.
|
static CoupangMarketPlaceApiClient |
Configuration.getDefaultApiClient()
Get the default API client, which would be used when creating API
instances without providing an API client.
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setBasePath(String basePath)
Set base path
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setConnectTimeout(int connectionTimeout)
Sets the connect timeout (in milliseconds).
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setDateFormat(DateFormat dateFormat) |
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setDatetimeFormat(DateFormat datetimeFormat) |
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setDebugging(boolean debugging)
Enable/disable debugging for this API client.
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setHttpClient(com.squareup.okhttp.OkHttpClient httpClient)
Set HTTP client
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setJSON(JSON json)
Set JSON
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setLenientDatetimeFormat(boolean lenientDatetimeFormat) |
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setLenientOnJson(boolean lenient)
Set LenientOnJson
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setSslCaCert(InputStream sslCaCert)
Configure the CA certificate to be trusted when making https requests.
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setTempFolderPath(String tempFolderPath)
Set the tempoaray folder path (for downloading files)
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setUserAgent(String userAgent)
Set the User-Agent header's value (by adding to the default header map).
|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApiClient.setVerifyingSsl(boolean verifyingSsl)
Configure whether to verify certificate and hostname when making https requests.
|
Modifier and Type | Method and Description |
---|---|
static void |
Configuration.setDefaultApiClient(CoupangMarketPlaceApiClient apiClient)
Set the default API client, which would be used when creating API
instances without providing an API client.
|
Constructor and Description |
---|
JSON(CoupangMarketPlaceApiClient apiClient)
JSON constructor.
|
Modifier and Type | Method and Description |
---|---|
CoupangMarketPlaceApiClient |
CoupangMarketPlaceApi.getApiClient() |
Modifier and Type | Method and Description |
---|---|
void |
CoupangMarketPlaceApi.setApiClient(CoupangMarketPlaceApiClient apiClient) |
Constructor and Description |
---|
CoupangMarketPlaceApi(CoupangMarketPlaceApiClient apiClient) |
Copyright © 2022. All rights reserved.