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