public abstract class BillingEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BillForwardClient |
m_client |
static com.google.gson.Gson |
PRETTY_PRINT_GSON |
| Constructor and Description |
|---|
BillingEntity() |
BillingEntity(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
protected static <TStaticEntityType extends BillingEntity> |
getAll(ResourcePath path) |
protected static <TStaticEntityType extends BillingEntity> |
getAll(ResourcePath path,
String explicitPath) |
protected static <TStaticEntityType extends BillingEntity> |
getByID(String ID,
ResourcePath path) |
protected static <TStaticEntityType extends BillingEntity> |
getByID(String ID,
ResourcePath path,
String postfixPath) |
protected static <TStaticEntityType extends BillingEntity> |
getByID(String ID,
String prePath,
ResourcePath path) |
protected static <TStaticEntityType extends BillingEntity> |
getByID(String ID,
String prePath,
ResourcePath path,
String postfixPath) |
protected static <TStaticEntityType extends BillingEntity> |
getByIDPostPath(String ID,
String postPath,
ResourcePath path) |
BillForwardClient |
getClient() |
protected abstract ResourcePath |
getResourcePath() |
void |
setClient(BillForwardClient client_) |
String |
toString() |
protected BillForwardClient m_client
public static final com.google.gson.Gson PRETTY_PRINT_GSON
public BillingEntity()
public BillingEntity(BillForwardClient client_)
public BillForwardClient getClient()
public void setClient(BillForwardClient client_)
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] getByIDPostPath(String ID, String postPath, ResourcePath path) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] getByID(String ID, String prePath, ResourcePath path) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] getByID(String ID, String prePath, ResourcePath path, String postfixPath) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] getByID(String ID, ResourcePath path) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] getByID(String ID, ResourcePath path, String postfixPath) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] getAll(ResourcePath path) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected static <TStaticEntityType extends BillingEntity> TStaticEntityType[] getAll(ResourcePath path, String explicitPath) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected abstract ResourcePath getResourcePath()
Copyright © 2015 BillForward. All rights reserved.