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.httpMethods in org.apache.juneau.http that return BasicIntegerPartModifier and TypeMethodDescriptionstatic final BasicIntegerPartHttpParts.integerPart(String name, Integer value) Creates a newBasicIntegerPartpart.static final BasicIntegerPartHttpParts.integerPart(String name, Supplier<Integer> value) Creates a newBasicIntegerPartpart with a delayed value.
- 
Uses of BasicIntegerPart in org.apache.juneau.http.partMethods in org.apache.juneau.http.part that return BasicIntegerPartModifier and TypeMethodDescriptionstatic BasicIntegerPartStatic creator.static BasicIntegerPartStatic 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.httppartMethods in org.apache.juneau.rest.httppart that return BasicIntegerPartModifier and TypeMethodDescriptionRequestHttpPart.asIntegerPart()Returns the value of this parameter as aBasicIntegerPart.