Class SpendAlertServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.SpendAlertService
public final class SpendAlertServiceImpl implements SpendAlertService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSpendAlertServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description SpendAlertService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. SpendAlertServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. OrganizationSpendAlertcreate(SpendAlertCreateParams params, RequestOptions requestOptions)OrganizationSpendAlertupdate(SpendAlertUpdateParams params, RequestOptions requestOptions)SpendAlertListPagelist(SpendAlertListParams params, RequestOptions requestOptions)OrganizationSpendAlertDeleteddelete(SpendAlertDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.SpendAlertService
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
-
withRawResponse
SpendAlertService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SpendAlertService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
OrganizationSpendAlert create(SpendAlertCreateParams params, RequestOptions requestOptions)
-
update
OrganizationSpendAlert update(SpendAlertUpdateParams params, RequestOptions requestOptions)
-
list
SpendAlertListPage list(SpendAlertListParams params, RequestOptions requestOptions)
-
delete
OrganizationSpendAlertDeleted delete(SpendAlertDeleteParams params, RequestOptions requestOptions)
-
-
-
-