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

    • withHttpBody

      B withHttpBody(String aHttpBody)
      Sets the HTTP body for the HTTP body property.
      Parameters:
      aHttpBody - The HTTP body to be stored by the HTTP body property.
      Returns:
      The builder for applying multiple build operations.