Uses of Record Class
net.ygbstudio.jbrave.api.rate.XRateLimitRemaining
Packages that use XRateLimitRemaining
Package
Description
-
Uses of XRateLimitRemaining in net.ygbstudio.jbrave.api.builders
Methods in net.ygbstudio.jbrave.api.builders that return types with arguments of type XRateLimitRemainingModifier and TypeMethodDescriptiondefault Optional<XRateLimitRemaining> BraveQueryBuilder.getRateLimitRemaining()Returns the rate limit remaining from the HTTP response. -
Uses of XRateLimitRemaining in net.ygbstudio.jbrave.api.rate
Methods in net.ygbstudio.jbrave.api.rate that return types with arguments of type XRateLimitRemainingModifier and TypeMethodDescriptionstatic <T> Optional<XRateLimitRemaining> XRateLimitRemaining.from(@NotNull HttpResponse<T> httpResponse) Extracts the rate limit remaining from the HTTP Response. -
Uses of XRateLimitRemaining in net.ygbstudio.jbrave.api.response
Methods in net.ygbstudio.jbrave.api.response that return types with arguments of type XRateLimitRemainingModifier and TypeMethodDescriptionRateLimitResponse.xRateRemaining()Returns the value of thexRateRemainingrecord component.