Uses of Record Class
net.ygbstudio.jbrave.api.rate.XRateLimitReset
Packages that use XRateLimitReset
-
Uses of XRateLimitReset in net.ygbstudio.jbrave.api.rate
Methods in net.ygbstudio.jbrave.api.rate that return types with arguments of type XRateLimitResetModifier and TypeMethodDescriptionstatic <T> Optional<XRateLimitReset> XRateLimitReset.from(@NotNull HttpResponse<T> httpResponse) Extracts the rate limit reset from the HTTP Response. -
Uses of XRateLimitReset in net.ygbstudio.jbrave.api.response
Methods in net.ygbstudio.jbrave.api.response that return types with arguments of type XRateLimitResetModifier and TypeMethodDescriptionRateLimitResponse.xRateLimitReset()Returns the value of thexRateLimitResetrecord component.