Package com.stripe.service.radar
Class ValueListItemService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.radar.ValueListItemService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ValueListItemCreateParams params) Creates a newValueListItemobject, which is added to the specified parent value list.create(ValueListItemCreateParams params, RequestOptions options) Creates a newValueListItemobject, which is added to the specified parent value list.Deletes aValueListItemobject, removing it from its parent value list.delete(String item, RequestOptions options) Deletes aValueListItemobject, removing it from its parent value list.list(ValueListItemListParams params) Returns a list ofValueListItemobjects.list(ValueListItemListParams params, RequestOptions options) Returns a list ofValueListItemobjects.Retrieves aValueListItemobject.retrieve(String item, RequestOptions options) Retrieves aValueListItemobject.retrieve(String item, ValueListItemRetrieveParams params) Retrieves aValueListItemobject.retrieve(String item, ValueListItemRetrieveParams params, RequestOptions options) Retrieves aValueListItemobject.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ValueListItemService
-
-
Method Details
-
delete
Deletes aValueListItemobject, removing it from its parent value list.- Throws:
StripeException
-
delete
Deletes aValueListItemobject, removing it from its parent value list.- Throws:
StripeException
-
retrieve
public ValueListItem retrieve(String item, ValueListItemRetrieveParams params) throws StripeException Retrieves aValueListItemobject.- Throws:
StripeException
-
retrieve
Retrieves aValueListItemobject.- Throws:
StripeException
-
retrieve
Retrieves aValueListItemobject.- Throws:
StripeException
-
retrieve
public ValueListItem retrieve(String item, ValueListItemRetrieveParams params, RequestOptions options) throws StripeException Retrieves aValueListItemobject.- Throws:
StripeException
-
list
Returns a list ofValueListItemobjects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<ValueListItem> list(ValueListItemListParams params, RequestOptions options) throws StripeException Returns a list ofValueListItemobjects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
create
Creates a newValueListItemobject, which is added to the specified parent value list.- Throws:
StripeException
-
create
public ValueListItem create(ValueListItemCreateParams params, RequestOptions options) throws StripeException Creates a newValueListItemobject, which is added to the specified parent value list.- Throws:
StripeException
-