Package com.stripe.service.sigma
Class ScheduledQueryRunService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.sigma.ScheduledQueryRunService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a list of scheduled query runs.list
(RequestOptions options) Returns a list of scheduled query runs.list
(ScheduledQueryRunListParams params) Returns a list of scheduled query runs.list
(ScheduledQueryRunListParams params, RequestOptions options) Returns a list of scheduled query runs.Retrieves the details of an scheduled query run.retrieve
(String scheduledQueryRun, RequestOptions options) Retrieves the details of an scheduled query run.retrieve
(String scheduledQueryRun, ScheduledQueryRunRetrieveParams params) Retrieves the details of an scheduled query run.retrieve
(String scheduledQueryRun, ScheduledQueryRunRetrieveParams params, RequestOptions options) Retrieves the details of an scheduled query run.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ScheduledQueryRunService
-
-
Method Details
-
list
public StripeCollection<ScheduledQueryRun> list(ScheduledQueryRunListParams params) throws StripeException Returns a list of scheduled query runs.- Throws:
StripeException
-
list
Returns a list of scheduled query runs.- Throws:
StripeException
-
list
Returns a list of scheduled query runs.- Throws:
StripeException
-
list
public StripeCollection<ScheduledQueryRun> list(ScheduledQueryRunListParams params, RequestOptions options) throws StripeException Returns a list of scheduled query runs.- Throws:
StripeException
-
retrieve
public ScheduledQueryRun retrieve(String scheduledQueryRun, ScheduledQueryRunRetrieveParams params) throws StripeException Retrieves the details of an scheduled query run.- Throws:
StripeException
-
retrieve
public ScheduledQueryRun retrieve(String scheduledQueryRun, RequestOptions options) throws StripeException Retrieves the details of an scheduled query run.- Throws:
StripeException
-
retrieve
Retrieves the details of an scheduled query run.- Throws:
StripeException
-
retrieve
public ScheduledQueryRun retrieve(String scheduledQueryRun, ScheduledQueryRunRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an scheduled query run.- Throws:
StripeException
-