| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Content |
static class |
Event.EventListRequest |
static class |
Event.Webhook |
static class |
Event.WebhookStatus
Deprecated.
|
| Constructor and Description |
|---|
Event(BufferedReader rd) |
Event(InputStream is) |
Event(org.json.JSONObject jsonObj) |
Event(String jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
ApiVersion |
apiVersion() |
Event.Content |
content() |
EventType |
eventType() |
String |
id() |
static Event.EventListRequest |
list() |
Timestamp |
occurredAt() |
static Request |
retrieve(String id) |
Source |
source() |
String |
user() |
String |
webhookFailureReason()
Deprecated.
|
List<Event.Webhook> |
webhooks() |
Event.WebhookStatus |
webhookStatus()
Deprecated.
|
apiVersionCheck, nullCheck, optBigDecimal, optBoolean, optDouble, optEnum, optInteger, optJSONArray, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBigDecimal, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONArray, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uripublic Event(InputStream is) throws IOException
IOExceptionpublic Event(BufferedReader rd) throws IOException
IOExceptionpublic Event(String jsonStr)
public Event(org.json.JSONObject jsonObj)
public String id()
public Timestamp occurredAt()
public Source source()
public String user()
@Deprecated public Event.WebhookStatus webhookStatus()
@Deprecated public String webhookFailureReason()
public List<Event.Webhook> webhooks()
public EventType eventType()
public ApiVersion apiVersion()
public static Event.EventListRequest list()
public Event.Content content()
Copyright © 2023 ChargeBee. All rights reserved.