Package com.stripe.service.v2.reporting
Class ReportRunService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.reporting.ReportRunService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(ReportRunCreateParams params) Initiates the generation of aReportRunbased on the specified report template and user-provided parameters.create(ReportRunCreateParams params, RequestOptions options) Initiates the generation of aReportRunbased on the specified report template and user-provided parameters.Fetches the current state and details of a previously createdReportRun.retrieve(String id, RequestOptions options) Fetches the current state and details of a previously createdReportRun.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReportRunService
-
-
Method Details
-
create
Initiates the generation of aReportRunbased on the specified report template and user-provided parameters. It's the starting point for obtaining report data, and returns aReportRunobject which can be used to track the progress and retrieve the results of the report.- Throws:
StripeExceptionRateLimitException
-
create
public ReportRun create(ReportRunCreateParams params, RequestOptions options) throws StripeException, RateLimitException Initiates the generation of aReportRunbased on the specified report template and user-provided parameters. It's the starting point for obtaining report data, and returns aReportRunobject which can be used to track the progress and retrieve the results of the report.- Throws:
StripeExceptionRateLimitException
-
retrieve
Fetches the current state and details of a previously createdReportRun. If theReportRunhas succeeded, the endpoint will provide details for how to retrieve the results.- Throws:
StripeException
-
retrieve
Fetches the current state and details of a previously createdReportRun. If theReportRunhas succeeded, the endpoint will provide details for how to retrieve the results.- Throws:
StripeException
-