com.formance.formance_sdk.SDKConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of formance-sdk Show documentation
Show all versions of formance-sdk Show documentation
SDK enabling Java developers to easily integrate with the Formance API.
/*
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
*/
package com.formance.formance_sdk;
import com.formance.formance_sdk.hooks.ClientCredentialsHook;
import com.formance.formance_sdk.hooks.SDKHooks;
import com.formance.formance_sdk.utils.HTTPClient;
import com.formance.formance_sdk.utils.Hook.SdkInitData;
import com.formance.formance_sdk.utils.Hooks;
import com.formance.formance_sdk.utils.RetryConfig;
import java.lang.String;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
class SDKConfiguration {
public SecuritySource securitySource;
public Optional securitySource() {
return Optional.ofNullable(securitySource);
}
public HTTPClient defaultClient;
public String serverUrl;
public int serverIdx = 0;
List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy