- All Known Subinterfaces:
HttpBodyAccessor.HttpBodyProperty
- Enclosing interface:
- HttpBodyAccessor
public static interface HttpBodyAccessor.HttpBodyMutator
Provides a mutator for a HTTP body property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHttpBody
(String aHttpBody) Sets the HTTP body for the HTTP body property.
-
Method Details
-
setHttpBody
Sets the HTTP body for the HTTP body property.- Parameters:
aHttpBody
- The HTTP body to be stored by the HTTP body property.
-