com.criteo.api.marketingsolutions.v2024_07.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of criteo-api-marketingsolutions-sdk Show documentation
Show all versions of criteo-api-marketingsolutions-sdk Show documentation
JAVA SDK for Criteo API marketingsolutions for 2024_07 version
The newest version!
/*
* Criteo API
* Criteo API - MarketingSolutions
*
* The version of the OpenAPI document: 2024-07
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.criteo.api.marketingsolutions.v2024_07;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
private static ApiClient defaultApiClient = new ApiClient();
/**
* Get the default API client, which would be used when creating API
* instances without providing an API client.
*
* @return Default API client
*/
public static ApiClient getDefaultApiClient() {
return defaultApiClient;
}
/**
* Set the default API client, which would be used when creating API
* instances without providing an API client.
*
* @param apiClient API client
*/
public static void setDefaultApiClient(ApiClient apiClient) {
defaultApiClient = apiClient;
}
}