Class RateLimitServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.admin.organization.projects.RateLimitService
public final class RateLimitServiceImpl implements RateLimitService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRateLimitServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description RateLimitService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. RateLimitServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. RateLimitListRateLimitsPagelistRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)ProjectRateLimitupdateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)-
Methods inherited from class com.openai.services.blocking.admin.organization.projects.RateLimitService
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
-
withRawResponse
RateLimitService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
RateLimitService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
listRateLimits
RateLimitListRateLimitsPage listRateLimits(RateLimitListRateLimitsParams params, RequestOptions requestOptions)
-
updateRateLimit
ProjectRateLimit updateRateLimit(RateLimitUpdateRateLimitParams params, RequestOptions requestOptions)
-
-
-
-