public class Organization extends MutableEntity<Organization>
| Modifier and Type | Field and Description |
|---|---|
protected List<APIConfiguration> |
apiConfigurations |
protected String |
changedBy |
protected Date |
created |
protected boolean |
deleted |
protected List<DunningLine> |
dunningLines |
protected String |
id |
protected String |
name |
protected List<OrganizationGateway> |
organizationGateways |
protected static ResourcePath |
resourcePath |
protected List<TaxationStrategy> |
taxationStrategies |
protected Date |
updated |
protected List<Webhook> |
webhooks |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
Organization() |
protected |
Organization(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
static Webhook[] |
getAll() |
List<APIConfiguration> |
getApiConfigurations() |
static Organization |
getByID(String ID) |
String |
getChangedBy() |
Date |
getCreated() |
List<DunningLine> |
getDunningLines() |
String |
getID() |
static Organization |
getMine() |
String |
getName() |
List<OrganizationGateway> |
getOrganizationGateways() |
protected ResourcePath |
getResourcePath() |
List<TaxationStrategy> |
getTaxationStrategies() |
Date |
getUpdated() |
List<Webhook> |
getWebhooks() |
boolean |
isDeleted() |
protected static ResourcePath |
ResourcePath() |
void |
setName(String name) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String name
protected boolean deleted
protected Date updated
protected String changedBy
protected Date created
protected List<DunningLine> dunningLines
protected List<APIConfiguration> apiConfigurations
protected List<TaxationStrategy> taxationStrategies
protected List<OrganizationGateway> organizationGateways
protected static ResourcePath resourcePath
protected Organization(BillForwardClient client_)
protected Organization()
public String getID()
public String getName()
public void setName(String name)
public boolean isDeleted()
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
public List<DunningLine> getDunningLines()
public List<APIConfiguration> getApiConfigurations()
public List<TaxationStrategy> getTaxationStrategies()
public List<OrganizationGateway> getOrganizationGateways()
public static Organization getMine() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static Organization getByID(String ID) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static Webhook[] getAll() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.