Class SpendAlertServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.SpendAlertServiceAsync.WithRawResponse
public final class SpendAlertServiceAsyncImpl.WithRawResponseImpl implements SpendAlertServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SpendAlertServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<OrganizationSpendAlert>>create(SpendAlertCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<OrganizationSpendAlert>>update(SpendAlertUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<SpendAlertListPageAsync>>list(SpendAlertListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>>delete(SpendAlertDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.SpendAlertServiceAsync.WithRawResponse
create, delete, delete, delete, delete, delete, list, list, list, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
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, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<OrganizationSpendAlert>> update(SpendAlertUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<SpendAlertListPageAsync>> list(SpendAlertListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<OrganizationSpendAlertDeleted>> delete(SpendAlertDeleteParams params, RequestOptions requestOptions)
-
-
-
-