Interface HttpBodyAccessor.HttpBodyBuilder<B extends HttpBodyAccessor.HttpBodyBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
HttpBodyAccessor
public static interface HttpBodyAccessor.HttpBodyBuilder<B extends HttpBodyAccessor.HttpBodyBuilder<B>>
Provides a builder body for a HTTP body property returning the builder
for applying multiple build operations.
-
Method Summary
Modifier and TypeMethodDescriptionwithHttpBody(String aHttpBody) Sets the HTTP body for the HTTP body property.
-
Method Details
-
withHttpBody
-