Package org.kohsuke.github
Class GHRateLimit.UnknownLimitRecord
- java.lang.Object
-
- org.kohsuke.github.GHRateLimit.Record
-
- org.kohsuke.github.GHRateLimit.UnknownLimitRecord
-
- Enclosing class:
- GHRateLimit
public static class GHRateLimit.UnknownLimitRecord extends GHRateLimit.Record
A limit record used as a placeholder when the the actual limit is not known.- Since:
- 1.100
-
-
Method Summary
-
Methods inherited from class org.kohsuke.github.GHRateLimit.Record
equals, getLimit, getRemaining, getResetDate, getResetEpochSeconds, hashCode, isExpired, toString
-
-