Uses of Class
org.apache.juneau.http.part.BasicIntegerPart
Packages that use BasicIntegerPart
Package
Description
HTTP Part Beans
-
Uses of BasicIntegerPart in org.apache.juneau.http
Methods in org.apache.juneau.http that return BasicIntegerPartModifier and TypeMethodDescriptionstatic final BasicIntegerPart
HttpParts.integerPart
(String name, Integer value) Creates a newBasicIntegerPart
part.static final BasicIntegerPart
HttpParts.integerPart
(String name, Supplier<Integer> value) Creates a newBasicIntegerPart
part with a delayed value. -
Uses of BasicIntegerPart in org.apache.juneau.http.part
Methods in org.apache.juneau.http.part that return BasicIntegerPartModifier and TypeMethodDescriptionstatic BasicIntegerPart
Static creator.static BasicIntegerPart
Static creator with delayed value.Methods in org.apache.juneau.http.part that return types with arguments of type BasicIntegerPartModifier and TypeMethodDescriptionBasicIntegerPart.assertInteger()
Provides the ability to perform fluent-style assertions on this part. -
Uses of BasicIntegerPart in org.apache.juneau.rest.httppart
Methods in org.apache.juneau.rest.httppart that return BasicIntegerPartModifier and TypeMethodDescriptionRequestHttpPart.asIntegerPart()
Returns the value of this parameter as aBasicIntegerPart
.