Package com.stripe.service
Class ReviewService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.ReviewService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionApproves aReview
object, closing it and removing it from the list of reviews.approve
(String review, RequestOptions options) Approves aReview
object, closing it and removing it from the list of reviews.approve
(String review, ReviewApproveParams params) Approves aReview
object, closing it and removing it from the list of reviews.approve
(String review, ReviewApproveParams params, RequestOptions options) Approves aReview
object, closing it and removing it from the list of reviews.list()
Returns a list ofReview
objects that haveopen
set totrue
.list
(RequestOptions options) Returns a list ofReview
objects that haveopen
set totrue
.list
(ReviewListParams params) Returns a list ofReview
objects that haveopen
set totrue
.list
(ReviewListParams params, RequestOptions options) Returns a list ofReview
objects that haveopen
set totrue
.Retrieves aReview
object.retrieve
(String review, RequestOptions options) Retrieves aReview
object.retrieve
(String review, ReviewRetrieveParams params) Retrieves aReview
object.retrieve
(String review, ReviewRetrieveParams params, RequestOptions options) Retrieves aReview
object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReviewService
-
-
Method Details
-
list
Returns a list ofReview
objects that haveopen
set totrue
. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list ofReview
objects that haveopen
set totrue
. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list ofReview
objects that haveopen
set totrue
. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<Review> list(ReviewListParams params, RequestOptions options) throws StripeException Returns a list ofReview
objects that haveopen
set totrue
. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
retrieve
Retrieves aReview
object.- Throws:
StripeException
-
retrieve
Retrieves aReview
object.- Throws:
StripeException
-
retrieve
Retrieves aReview
object.- Throws:
StripeException
-
retrieve
public Review retrieve(String review, ReviewRetrieveParams params, RequestOptions options) throws StripeException Retrieves aReview
object.- Throws:
StripeException
-
approve
Approves aReview
object, closing it and removing it from the list of reviews.- Throws:
StripeException
-
approve
Approves aReview
object, closing it and removing it from the list of reviews.- Throws:
StripeException
-
approve
Approves aReview
object, closing it and removing it from the list of reviews.- Throws:
StripeException
-
approve
public Review approve(String review, ReviewApproveParams params, RequestOptions options) throws StripeException Approves aReview
object, closing it and removing it from the list of reviews.- Throws:
StripeException
-