Uses of Record Class
net.ygbstudio.jbrave.api.rate.XRateLimit
Packages that use XRateLimit
Package
Description
-
Uses of XRateLimit in net.ygbstudio.jbrave.api.builders
Methods in net.ygbstudio.jbrave.api.builders that return types with arguments of type XRateLimitModifier and TypeMethodDescriptiondefault Optional<XRateLimit> BraveQueryBuilder.getRateLimits()Returns the rate limit from the HTTP response. -
Uses of XRateLimit in net.ygbstudio.jbrave.api.rate
Methods in net.ygbstudio.jbrave.api.rate that return types with arguments of type XRateLimitModifier and TypeMethodDescriptionstatic <T> Optional<XRateLimit> XRateLimit.from(@NotNull HttpResponse<T> httpResponse) Extracts the rate limit from the HTTP Response. -
Uses of XRateLimit in net.ygbstudio.jbrave.api.response
Methods in net.ygbstudio.jbrave.api.response that return types with arguments of type XRateLimitModifier and TypeMethodDescriptionRateLimitResponse.xRateLimit()Returns the value of thexRateLimitrecord component.Constructor parameters in net.ygbstudio.jbrave.api.response with type arguments of type XRateLimitModifierConstructorDescriptionRateLimitResponse(Optional<XRateLimit> xRateLimit, Optional<XRateLimitPolicy> xRateLimitPolicy, Optional<XRateLimitRemaining> xRateRemaining, Optional<XRateLimitReset> xRateLimitReset) Creates an instance of aRateLimitResponserecord class.