public abstract class AbstractClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Credential |
credential |
protected String |
endpoint |
protected static com.google.gson.Gson |
gson |
| Modifier | Constructor and Description |
|---|---|
|
AbstractClient(Credential credential,
HttpProfile httpProfile,
String endpoint) |
protected |
AbstractClient(Credential credential,
String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractResponse<?>> |
postCall(String action,
AbstractRequest request,
Class<T> responseClass) |
protected static final com.google.gson.Gson gson
protected final Credential credential
protected final String endpoint
protected AbstractClient(Credential credential, String endpoint)
public AbstractClient(Credential credential, HttpProfile httpProfile, String endpoint)
protected <T extends AbstractResponse<?>> T postCall(String action, AbstractRequest request, Class<T> responseClass)
Copyright © 2025. All rights reserved.