Class SpendAlertServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.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. ProjectSpendAlertcreate(SpendAlertCreateParams params, RequestOptions requestOptions)ProjectSpendAlertupdate(SpendAlertUpdateParams params, RequestOptions requestOptions)SpendAlertListPagelist(SpendAlertListParams params, RequestOptions requestOptions)ProjectSpendAlertDeleteddelete(SpendAlertDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.SpendAlertService
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
-
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
ProjectSpendAlert create(SpendAlertCreateParams params, RequestOptions requestOptions)
-
update
ProjectSpendAlert update(SpendAlertUpdateParams params, RequestOptions requestOptions)
-
list
SpendAlertListPage list(SpendAlertListParams params, RequestOptions requestOptions)
-
delete
ProjectSpendAlertDeleted delete(SpendAlertDeleteParams params, RequestOptions requestOptions)
-
-
-
-