Class SpendAlertServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.SpendAlertService.WithRawResponse
public final class SpendAlertServiceImpl.WithRawResponseImpl implements SpendAlertService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description SpendAlertService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<ProjectSpendAlert>create(SpendAlertCreateParams params, RequestOptions requestOptions)HttpResponseFor<ProjectSpendAlert>update(SpendAlertUpdateParams params, RequestOptions requestOptions)HttpResponseFor<SpendAlertListPage>list(SpendAlertListParams params, RequestOptions requestOptions)HttpResponseFor<ProjectSpendAlertDeleted>delete(SpendAlertDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.SpendAlertService.WithRawResponse
create, create, create, delete, delete, delete, list, list, 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
SpendAlertService.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
HttpResponseFor<ProjectSpendAlert> create(SpendAlertCreateParams params, RequestOptions requestOptions)
-
update
HttpResponseFor<ProjectSpendAlert> update(SpendAlertUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<SpendAlertListPage> list(SpendAlertListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<ProjectSpendAlertDeleted> delete(SpendAlertDeleteParams params, RequestOptions requestOptions)
-
-
-
-