|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.Event
public class Event
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.stripe.net.APIResource |
---|
APIResource.RequestMethod |
Field Summary |
---|
Fields inherited from class com.stripe.net.APIResource |
---|
CHARSET, gson |
Fields inherited from class com.stripe.model.StripeObject |
---|
prettyPrintGson |
Constructor Summary | |
---|---|
Event()
|
Method Summary | |
---|---|
static EventCollection |
all(Map<String,Object> params)
|
Long |
getCreated()
|
EventData |
getData()
|
String |
getId()
|
Boolean |
getLivemode()
|
Integer |
getPendingWebhooks()
|
String |
getType()
|
static Event |
retrieve(String id)
|
void |
setCreated(Long created)
|
void |
setData(EventData data)
|
void |
setId(String id)
|
void |
setLivemode(Boolean livemode)
|
void |
setPendingWebhooks(Integer pendingWebhooks)
|
void |
setType(String name)
|
Methods inherited from class com.stripe.net.APIResource |
---|
classURL, instanceURL, request |
Methods inherited from class com.stripe.model.StripeObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Event()
Method Detail |
---|
public static Event retrieve(String id) throws StripeException
StripeException
public static EventCollection all(Map<String,Object> params) throws StripeException
StripeException
public EventData getData()
public void setData(EventData data)
public Long getCreated()
public void setCreated(Long created)
public String getId()
public void setId(String id)
public String getType()
public void setType(String name)
public Boolean getLivemode()
public void setLivemode(Boolean livemode)
public Integer getPendingWebhooks()
public void setPendingWebhooks(Integer pendingWebhooks)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |