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, setUrl
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLastResponse, setLastResponse
public PersonCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public PersonCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public PersonCollection list(PersonCollectionListParams params) throws StripeException
StripeException
public PersonCollection list(PersonCollectionListParams params, RequestOptions options) throws StripeException
StripeException
public Person retrieve(java.lang.String id) throws StripeException
StripeException
public Person retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeException
public Person retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public Person retrieve(java.lang.String id, PersonCollectionRetrieveParams params, RequestOptions options) throws StripeException
StripeException
public Person create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeException
public Person create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException
public Person create(PersonCollectionCreateParams params) throws StripeException
StripeException
public Person create(PersonCollectionCreateParams params, RequestOptions options) throws StripeException
StripeException