com.formance.formance_sdk.Orchestration 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.models.operations.SDKMethodInterfaces.*;
public class Orchestration {
private final SDKConfiguration sdkConfiguration;
private final SDKOrchestrationV1 v1;
private final SDKV2 v2;
Orchestration(SDKConfiguration sdkConfiguration) {
this.sdkConfiguration = sdkConfiguration;
this.v1 = new SDKOrchestrationV1(this.sdkConfiguration);
this.v2 = new SDKV2(this.sdkConfiguration);
}
public final SDKOrchestrationV1 v1() {
return v1;
}
public final SDKV2 v2() {
return v2;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy