com.chargebee.models
Class Event
java.lang.Object
com.chargebee.internal.Resource<Event>
com.chargebee.models.Event
public class Event
- extends Resource<Event>
| Methods inherited from class com.chargebee.internal.Resource |
nullCheck, optBoolean, optDouble, optEnum, optInteger, optJSONObject, optList, optLong, optString, optSubResource, optTimestamp, reqBoolean, reqDouble, reqEnum, reqInteger, reqJSONObject, reqList, reqLong, reqString, reqSubResource, reqTimestamp, toJson, toString, uri |
Event
public Event(InputStream is)
throws IOException
- Throws:
IOException
Event
public Event(BufferedReader rd)
throws IOException
- Throws:
IOException
Event
public Event(String jsonStr)
Event
public Event(org.json.JSONObject jsonObj)
id
public String id()
occurredAt
public Timestamp occurredAt()
source
public Source source()
user
public String user()
webhookStatus
@Deprecated
public Event.WebhookStatus webhookStatus()
- Deprecated.
webhookFailureReason
@Deprecated
public String webhookFailureReason()
- Deprecated.
webhooks
public List<Event.Webhook> webhooks()
eventType
public EventType eventType()
list
public static Event.EventListRequest list()
throws IOException
- Throws:
IOException
retrieve
public static Request retrieve(String id)
throws IOException
- Throws:
IOException
content
public Event.Content content()
Copyright © 2015 ChargeBee. All Rights Reserved.