All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vendasta.accountgroup.v1.AccountGroupServiceClient Maven / Gradle / Ivy

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