Uses of Interface
com.jcabi.github.Limit
-
Packages that use Limit Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Limit in com.jcabi.github
Classes in com.jcabi.github that implement Limit Modifier and Type Class Description static classLimit.SmartSmart limits with extra features.static classLimit.ThrottledThrottled Limit.Methods in com.jcabi.github that return Limit Modifier and Type Method Description LimitLimits. get(String resource)Get limit for the given resource.LimitLimits.Throttled. get(String resource)Constructors in com.jcabi.github with parameters of type Limit Constructor Description Smart(Limit limit)Public ctor.Throttled(Limit limit, int allowed)Public ctor.
-