public abstract class APIConfiguration extends MutableEntity<APIConfiguration>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changedBy |
protected String |
created |
protected String |
deleted |
protected String |
environment |
protected String |
id |
protected Migration[] |
migrations |
protected String |
organizationID |
protected String |
type |
protected String |
updated |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
APIConfiguration() |
|
APIConfiguration(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
GatewayEnvironment |
getEnvironment() |
String |
getID() |
static GatewayTypeMapping[] |
getTypeMappings() |
void |
setEnvironment(GatewayEnvironment environment) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, getResourcePath, setClient, toStringprotected String id
protected String organizationID
protected String type
protected String environment
protected String deleted
protected String updated
protected String changedBy
protected String created
protected Migration[] migrations
public APIConfiguration(BillForwardClient client_)
protected APIConfiguration()
public String getID()
public GatewayEnvironment getEnvironment()
public void setEnvironment(GatewayEnvironment environment)
public static GatewayTypeMapping[] getTypeMappings()
Copyright © 2014 BillForward. All rights reserved.