Class RateLimitServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.RateLimitService.WithRawResponse
public final class RateLimitServiceImpl.WithRawResponseImpl implements RateLimitService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description RateLimitService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<RateLimitListRateLimitsPage>listRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)HttpResponseFor<ProjectRateLimit>updateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.RateLimitService.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
RateLimitService.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
HttpResponseFor<RateLimitListRateLimitsPage> listRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)
-
updateRateLimit
HttpResponseFor<ProjectRateLimit> updateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)
-
-
-
-