Interface SpendAlertServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface SpendAlertServiceAsync.WithRawResponseA view of SpendAlertServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract SpendAlertServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<OrganizationSpendAlert>> create(SpendAlertCreateParams params)
Returns a raw HTTP response for
post /organization/spend_alerts, but is otherwise the same as SpendAlertServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<OrganizationSpendAlert>> create(SpendAlertCreateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<OrganizationSpendAlert>> update(String alertId, SpendAlertUpdateParams params)
Returns a raw HTTP response for
post /organization/spend_alerts/{alert_id}, but is otherwise the same as SpendAlertServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<OrganizationSpendAlert>> update(String alertId, SpendAlertUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<OrganizationSpendAlert>> update(SpendAlertUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<OrganizationSpendAlert>> update(SpendAlertUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<SpendAlertListPageAsync>> list()
Returns a raw HTTP response for
get /organization/spend_alerts, but is otherwise the same as SpendAlertServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<SpendAlertListPageAsync>> list(SpendAlertListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<SpendAlertListPageAsync>> list(RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>> delete(String alertId)
Returns a raw HTTP response for
delete /organization/spend_alerts/{alert_id}, but is otherwise the same as SpendAlertServiceAsync.delete.
-
delete
CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>> delete(String alertId, SpendAlertDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>> delete(String alertId, SpendAlertDeleteParams params)
-
delete
abstract CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>> delete(SpendAlertDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>> delete(SpendAlertDeleteParams params)
-
delete
CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>> delete(String alertId, RequestOptions requestOptions)
-
-
-
-