Uses of Class
org.apache.juneau.http.part.BasicStringPart
Packages that use BasicStringPart
Package
Description
HTTP Part Beans
- 
Uses of BasicStringPart in org.apache.juneau.httpMethods in org.apache.juneau.http that return BasicStringPartModifier and TypeMethodDescriptionstatic final BasicStringPartHttpParts.stringPart(String name, String value) Creates a newBasicStringPartpart.static final BasicStringPartHttpParts.stringPart(String name, Supplier<String> value) Creates a newBasicStringPartpart with a delayed value.
- 
Uses of BasicStringPart in org.apache.juneau.http.partMethods in org.apache.juneau.http.part that return BasicStringPartModifier and TypeMethodDescriptionstatic BasicStringPartStatic creator.static BasicStringPartStatic creator with delayed value.Methods in org.apache.juneau.http.part that return types with arguments of type BasicStringPartModifier and TypeMethodDescriptionBasicStringPart.assertString()Provides the ability to perform fluent-style assertions on this part.
- 
Uses of BasicStringPart in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart that return BasicStringPartModifier and TypeMethodDescriptionRequestHttpPart.asStringPart()Returns the value of this parameter as aBasicStringPart.