Class RateLimitServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.admin.organization.projects.RateLimitServiceAsync.WithRawResponse
public final class RateLimitServiceAsyncImpl.WithRawResponseImpl implements RateLimitServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description RateLimitServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<RateLimitListRateLimitsPageAsync>>listRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ProjectRateLimit>>updateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.async.admin.organization.projects.RateLimitServiceAsync.WithRawResponse
listRateLimits, listRateLimits, listRateLimits, listRateLimits, listRateLimits, updateRateLimit, updateRateLimit, updateRateLimit -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
RateLimitServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
listRateLimits
CompletableFuture<HttpResponseFor<RateLimitListRateLimitsPageAsync>> listRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)
-
updateRateLimit
CompletableFuture<HttpResponseFor<ProjectRateLimit>> updateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)
-
-
-
-