
com.vendasta.accountgroup.v1.AccountValidationServiceClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of accountgroup.v1 Show documentation
Show all versions of accountgroup.v1 Show documentation
Java SDK for service account-group
The newest version!
package com.vendasta.accountgroup.v1;
import java.io.InputStream;
import com.vendasta.vax.Environment;
import com.vendasta.accountgroup.v1.internal.AccountValidationServiceGeneratedClient;
public class AccountValidationServiceClient extends AccountValidationServiceGeneratedClient {
public AccountValidationServiceClient(Environment environment) {
super(environment);
}
public AccountValidationServiceClient(Environment environment, float defaultTimeout) {
super(environment, defaultTimeout);
}
public AccountValidationServiceClient(Environment environment, Options options) {
super(environment, options);
}
public AccountValidationServiceClient(Environment environment, InputStream serviceAccount, Options options) {
super(environment, serviceAccount, options);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy