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