Class Configuration


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2026-03-05T10:45:26.516033Z[Etc/UTC]",
               comments="Generator version: 7.18.0")
    public class Configuration
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VERSION  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ApiClient getDefaultApiClient()
      Get the default API client, which would be used when creating API instances without providing an API client.
      static void setApiClientFactory​(java.util.function.Supplier<ApiClient> factory)
      set the callback used to create new ApiClient objects
      static void setDefaultApiClient​(ApiClient apiClient)
      Set the default API client, which would be used when creating API instances without providing an API client.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDefaultApiClient

        public static ApiClient getDefaultApiClient()
        Get the default API client, which would be used when creating API instances without providing an API client.
        Returns:
        Default API client
      • setDefaultApiClient

        public static void setDefaultApiClient​(ApiClient apiClient)
        Set the default API client, which would be used when creating API instances without providing an API client.
        Parameters:
        apiClient - API client
      • setApiClientFactory

        public static void setApiClientFactory​(java.util.function.Supplier<ApiClient> factory)
        set the callback used to create new ApiClient objects