Uses of Class
kong.unirest.core.Times
Packages that use Times
-
Uses of Times in kong.unirest.core
Subclasses of Times in kong.unirest.coreModifier and TypeClassDescriptionprivate static class
private static class
private static class
Fields in kong.unirest.core declared as TimesMethods in kong.unirest.core that return TimesModifier and TypeMethodDescriptionstatic Times
Times.atLeast
(int times) static Times
Times.atLeastOnce()
static Times
Times.atMost
(int times) static Times
Times.exactly
(int times) static Times
Times.exactlyOnce()
static Times
Times.never()
Methods in kong.unirest.core with parameters of type Times