
com.vendasta.accountgroup.v1.AccountGroupServiceClient 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.AccountGroupServiceGeneratedClient;
public class AccountGroupServiceClient extends AccountGroupServiceGeneratedClient {
public AccountGroupServiceClient(Environment environment) {
super(environment);
}
public AccountGroupServiceClient(Environment environment, float defaultTimeout) {
super(environment, defaultTimeout);
}
public AccountGroupServiceClient(Environment environment, Options options) {
super(environment, options);
}
public AccountGroupServiceClient(Environment environment, InputStream serviceAccount, Options options) {
super(environment, serviceAccount, options);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy