public class Notification extends BillingEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.NotificationAction |
static class |
Notification.NotificationDomain |
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected Date |
created |
protected String |
domain |
protected String |
entity |
protected String |
entityID |
protected String |
id |
protected String |
organizationID |
protected String |
type |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
Notification() |
|
Notification(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildEntity() |
Notification.NotificationAction |
getAction() |
List<FieldChange> |
getAuditFieldChanges() |
Date |
getCreated() |
Notification.NotificationDomain |
getDomain() |
String |
getEntity() |
String |
getEntityID() |
String |
getID() |
String |
getOrganizationID() |
protected ResourcePath |
getResourcePath() |
String |
getType() |
static GatewayTypeMapping[] |
getTypeMappings() |
void |
setType(String type) |
protected String id
protected String type
protected String domain
protected String action
protected String organizationID
protected String entityID
protected String entity
protected Date created
protected Notification()
public Notification(BillForwardClient client_)
public String getID()
public String getType()
public void setType(String type)
public Notification.NotificationDomain getDomain()
public Notification.NotificationAction getAction()
public String getOrganizationID()
public String getEntityID()
public String getEntity()
public Date getCreated()
public List<FieldChange> getAuditFieldChanges()
protected void buildEntity()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntitypublic static GatewayTypeMapping[] getTypeMappings()
Copyright © 2015 BillForward. All rights reserved.