Interface HttpBodyAccessor.HttpBodyMutator

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 Type
    Method
    Description
    void
    setHttpBody(String aHttpBody)
    Sets the HTTP body for the HTTP body property.
  • Method Details

    • 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.