|
||||||||||
| 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 |
|---|
PRETTY_PRINT_GSON |
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary | |
|---|---|
static EventCollection |
all(Map<String,Object> params)
|
static EventCollection |
all(Map<String,Object> params,
String apiKey)
|
Long |
getCreated()
|
EventData |
getData()
|
String |
getId()
|
Boolean |
getLivemode()
|
Integer |
getPendingWebhooks()
|
String |
getRequest()
|
String |
getType()
|
String |
getUserId()
|
static Event |
retrieve(String id)
|
static Event |
retrieve(String id,
String apiKey)
|
void |
setCreated(Long created)
|
void |
setData(EventData data)
|
void |
setId(String id)
|
void |
setLivemode(Boolean livemode)
|
void |
setPendingWebhooks(Integer pendingWebhooks)
|
void |
setRequest(String request)
|
void |
setType(String name)
|
void |
setUserId(String userId)
|
| Methods inherited from class com.stripe.net.APIResource |
|---|
_request, classURL, instanceURL, request, singleClassURL |
| 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 AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public static EventCollection all(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public static Event retrieve(String id,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public static EventCollection all(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIExceptionpublic 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 String getUserId()
public void setUserId(String userId)
public Boolean getLivemode()
public void setLivemode(Boolean livemode)
public Integer getPendingWebhooks()
public void setPendingWebhooks(Integer pendingWebhooks)
public String getRequest()
public void setRequest(String request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||