Package com.stripe.service.reporting
Class ReportRunService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.reporting.ReportRunService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ReportRunCreateParams params) Creates a new object and begin running the report.create
(ReportRunCreateParams params, RequestOptions options) Creates a new object and begin running the report.list()
Returns a list of Report Runs, with the most recent appearing first.list
(RequestOptions options) Returns a list of Report Runs, with the most recent appearing first.list
(ReportRunListParams params) Returns a list of Report Runs, with the most recent appearing first.list
(ReportRunListParams params, RequestOptions options) Returns a list of Report Runs, with the most recent appearing first.Retrieves the details of an existing Report Run.retrieve
(String reportRun, RequestOptions options) Retrieves the details of an existing Report Run.retrieve
(String reportRun, ReportRunRetrieveParams params) Retrieves the details of an existing Report Run.retrieve
(String reportRun, ReportRunRetrieveParams params, RequestOptions options) Retrieves the details of an existing Report Run.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReportRunService
-
-
Method Details
-
list
Returns a list of Report Runs, with the most recent appearing first.- Throws:
StripeException
-
list
Returns a list of Report Runs, with the most recent appearing first.- Throws:
StripeException
-
list
Returns a list of Report Runs, with the most recent appearing first.- Throws:
StripeException
-
list
public StripeCollection<ReportRun> list(ReportRunListParams params, RequestOptions options) throws StripeException Returns a list of Report Runs, with the most recent appearing first.- Throws:
StripeException
-
create
Creates a new object and begin running the report. (Certain report types require a live-mode API key.)- Throws:
StripeException
-
create
public ReportRun create(ReportRunCreateParams params, RequestOptions options) throws StripeException Creates a new object and begin running the report. (Certain report types require a live-mode API key.)- Throws:
StripeException
-
retrieve
Retrieves the details of an existing Report Run.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing Report Run.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing Report Run.- Throws:
StripeException
-
retrieve
public ReportRun retrieve(String reportRun, ReportRunRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an existing Report Run.- Throws:
StripeException
-