Package com.stripe.service.billing
Class FeedbackOptionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.billing.FeedbackOptionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(FeedbackOptionCreateParams params) Creates a new feedback option.create(FeedbackOptionCreateParams params, RequestOptions options) Creates a new feedback option.deactivate(String id) Deactivates a feedback option.deactivate(String id, RequestOptions options) Deactivates a feedback option.deactivate(String id, FeedbackOptionDeactivateParams params) Deactivates a feedback option.deactivate(String id, FeedbackOptionDeactivateParams params, RequestOptions options) Deactivates a feedback option.list()An API method for listing the feedback options model.list(RequestOptions options) An API method for listing the feedback options model.list(FeedbackOptionListParams params) An API method for listing the feedback options model.list(FeedbackOptionListParams params, RequestOptions options) An API method for listing the feedback options model.Retrieves a feedback options object given an ID.retrieve(String id, RequestOptions options) Retrieves a feedback options object given an ID.retrieve(String id, FeedbackOptionRetrieveParams params) Retrieves a feedback options object given an ID.retrieve(String id, FeedbackOptionRetrieveParams params, RequestOptions options) Retrieves a feedback options object given an ID.Updates the description of an existing feedback option.update(String id, RequestOptions options) Updates the description of an existing feedback option.update(String id, FeedbackOptionUpdateParams params) Updates the description of an existing feedback option.update(String id, FeedbackOptionUpdateParams params, RequestOptions options) Updates the description of an existing feedback option.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FeedbackOptionService
-
-
Method Details
-
list
public StripeCollection<FeedbackOption> list(FeedbackOptionListParams params) throws StripeException An API method for listing the feedback options model.- Throws:
StripeException
-
list
An API method for listing the feedback options model.- Throws:
StripeException
-
list
An API method for listing the feedback options model.- Throws:
StripeException
-
list
public StripeCollection<FeedbackOption> list(FeedbackOptionListParams params, RequestOptions options) throws StripeException An API method for listing the feedback options model.- Throws:
StripeException
-
create
Creates a new feedback option.- Throws:
StripeException
-
create
public FeedbackOption create(FeedbackOptionCreateParams params, RequestOptions options) throws StripeException Creates a new feedback option.- Throws:
StripeException
-
retrieve
public FeedbackOption retrieve(String id, FeedbackOptionRetrieveParams params) throws StripeException Retrieves a feedback options object given an ID.- Throws:
StripeException
-
retrieve
Retrieves a feedback options object given an ID.- Throws:
StripeException
-
retrieve
Retrieves a feedback options object given an ID.- Throws:
StripeException
-
retrieve
public FeedbackOption retrieve(String id, FeedbackOptionRetrieveParams params, RequestOptions options) throws StripeException Retrieves a feedback options object given an ID.- Throws:
StripeException
-
update
Updates the description of an existing feedback option.- Throws:
StripeException
-
update
Updates the description of an existing feedback option.- Throws:
StripeException
-
update
Updates the description of an existing feedback option.- Throws:
StripeException
-
update
public FeedbackOption update(String id, FeedbackOptionUpdateParams params, RequestOptions options) throws StripeException Updates the description of an existing feedback option.- Throws:
StripeException
-
deactivate
public FeedbackOption deactivate(String id, FeedbackOptionDeactivateParams params) throws StripeException Deactivates a feedback option. Deactivated feedback options cannot be used in portal configurations.- Throws:
StripeException
-
deactivate
Deactivates a feedback option. Deactivated feedback options cannot be used in portal configurations.- Throws:
StripeException
-
deactivate
Deactivates a feedback option. Deactivated feedback options cannot be used in portal configurations.- Throws:
StripeException
-
deactivate
public FeedbackOption deactivate(String id, FeedbackOptionDeactivateParams params, RequestOptions options) throws StripeException Deactivates a feedback option. Deactivated feedback options cannot be used in portal configurations.- Throws:
StripeException
-