public class ApplePayDomain extends ApiResource implements HasId
ApiResource.RequestMethod
CHARSET, GSON
PRETTY_PRINT_GSON
Constructor and Description |
---|
ApplePayDomain() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
static ApplePayDomain |
create(ApplePayDomainCreateParams params)
Create an apple pay domain.
|
static ApplePayDomain |
create(ApplePayDomainCreateParams params,
RequestOptions options)
Create an apple pay domain.
|
static ApplePayDomain |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Create an apple pay domain.
|
static ApplePayDomain |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Create an apple pay domain.
|
ApplePayDomain |
delete()
Delete an apple pay domain.
|
ApplePayDomain |
delete(java.util.Map<java.lang.String,java.lang.Object> params)
Delete an apple pay domain.
|
ApplePayDomain |
delete(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Delete an apple pay domain.
|
ApplePayDomain |
delete(RequestOptions options)
Delete an apple pay domain.
|
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getCreated()
Time at which the object was created.
|
java.lang.Boolean |
getDeleted()
Always true for a deleted object.
|
java.lang.String |
getDomainName() |
java.lang.String |
getId()
Unique identifier for the object.
|
java.lang.Boolean |
getLivemode()
Has the value
true if the object exists in live mode or the value false if the
object exists in test mode. |
java.lang.String |
getObject()
String representing the object's type.
|
int |
hashCode() |
static ApplePayDomainCollection |
list(ApplePayDomainListParams params)
List apple pay domains.
|
static ApplePayDomainCollection |
list(ApplePayDomainListParams params,
RequestOptions options)
List apple pay domains.
|
static ApplePayDomainCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
List apple pay domains.
|
static ApplePayDomainCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
List apple pay domains.
|
static ApplePayDomain |
retrieve(java.lang.String domain)
Retrieve an apple pay domain.
|
static ApplePayDomain |
retrieve(java.lang.String domain,
ApplePayDomainRetrieveParams params,
RequestOptions options)
Retrieve an apple pay domain.
|
static ApplePayDomain |
retrieve(java.lang.String domain,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieve an apple pay domain.
|
static ApplePayDomain |
retrieve(java.lang.String domain,
RequestOptions options)
Retrieve an apple pay domain.
|
void |
setCreated(java.lang.Long created)
Time at which the object was created.
|
void |
setDeleted(java.lang.Boolean deleted)
Always true for a deleted object.
|
void |
setDomainName(java.lang.String domainName) |
void |
setId(java.lang.String id)
Unique identifier for the object.
|
void |
setLivemode(java.lang.Boolean livemode)
Has the value
true if the object exists in live mode or the value false if the
object exists in test mode. |
void |
setObject(java.lang.String object)
String representing the object's type.
|
checkNullTypedParams, classUrl, classUrl, instanceUrl, instanceUrl, request, request, requestCollection, requestCollection, setExpandableFieldId, setStripeResponseGetter, singleClassUrl, singleClassUrl, subresourceUrl, urlEncode, urlEncodeId
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public static ApplePayDomainCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public static ApplePayDomainCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public static ApplePayDomainCollection list(ApplePayDomainListParams params) throws StripeException
StripeException
public static ApplePayDomainCollection list(ApplePayDomainListParams params, RequestOptions options) throws StripeException
StripeException
public static ApplePayDomain create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public static ApplePayDomain create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public static ApplePayDomain create(ApplePayDomainCreateParams params) throws StripeException
StripeException
public static ApplePayDomain create(ApplePayDomainCreateParams params, RequestOptions options) throws StripeException
StripeException
public static ApplePayDomain retrieve(java.lang.String domain) throws StripeException
StripeException
public static ApplePayDomain retrieve(java.lang.String domain, RequestOptions options) throws StripeException
StripeException
public static ApplePayDomain retrieve(java.lang.String domain, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public static ApplePayDomain retrieve(java.lang.String domain, ApplePayDomainRetrieveParams params, RequestOptions options) throws StripeException
StripeException
public ApplePayDomain delete() throws StripeException
StripeException
public ApplePayDomain delete(RequestOptions options) throws StripeException
StripeException
public ApplePayDomain delete(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public ApplePayDomain delete(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public java.lang.Long getCreated()
public java.lang.Boolean getDeleted()
public java.lang.String getDomainName()
public java.lang.Boolean getLivemode()
true
if the object exists in live mode or the value false
if the
object exists in test mode.public java.lang.String getObject()
Equal to apple_pay_domain
.
public void setCreated(java.lang.Long created)
public void setDeleted(java.lang.Boolean deleted)
public void setDomainName(java.lang.String domainName)
public void setId(java.lang.String id)
public void setLivemode(java.lang.Boolean livemode)
true
if the object exists in live mode or the value false
if the
object exists in test mode.public void setObject(java.lang.String object)
Equal to apple_pay_domain
.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object