public class PersonCollection extends StripeCollection<Person>
PRETTY_PRINT_GSON| Constructor and Description |
|---|
PersonCollection() |
| Modifier and Type | Method and Description |
|---|---|
Person |
create(java.util.Map<java.lang.String,java.lang.Object> params)
Creates a new person.
|
Person |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Creates a new person.
|
Person |
create(PersonCollectionCreateParams params)
Creates a new person.
|
Person |
create(PersonCollectionCreateParams params,
RequestOptions options)
Creates a new person.
|
PersonCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params)
Returns a list of people associated with the account’s legal entity.
|
PersonCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Returns a list of people associated with the account’s legal entity.
|
PersonCollection |
list(PersonCollectionListParams params)
Returns a list of people associated with the account’s legal entity.
|
PersonCollection |
list(PersonCollectionListParams params,
RequestOptions options)
Returns a list of people associated with the account’s legal entity.
|
Person |
retrieve(java.lang.String id)
Retrieves an existing person.
|
Person |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options)
Retrieves an existing person.
|
Person |
retrieve(java.lang.String id,
PersonCollectionRetrieveParams params,
RequestOptions options)
Retrieves an existing person.
|
Person |
retrieve(java.lang.String id,
RequestOptions options)
Retrieves an existing person.
|
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrlequals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLastResponse, setLastResponsepublic PersonCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic PersonCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic PersonCollection list(PersonCollectionListParams params) throws StripeException
StripeExceptionpublic PersonCollection list(PersonCollectionListParams params, RequestOptions options) throws StripeException
StripeExceptionpublic Person retrieve(java.lang.String id) throws StripeException
StripeExceptionpublic Person retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeExceptionpublic Person retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic Person retrieve(java.lang.String id, PersonCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeExceptionpublic Person create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic Person create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic Person create(PersonCollectionCreateParams params) throws StripeException
StripeExceptionpublic Person create(PersonCollectionCreateParams params, RequestOptions options) throws StripeException
StripeException