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 class
Limit.Smart
Smart limits with extra features.static class
Limit.Throttled
Throttled Limit.Methods in com.jcabi.github that return Limit Modifier and Type Method Description Limit
Limits. get(String resource)
Get limit for the given resource.Limit
Limits.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.
-