Interface HttpMethodAccessor.HttpMethodBuilder<B extends HttpMethodAccessor.HttpMethodBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
HttpMethodAccessor

public static interface HttpMethodAccessor.HttpMethodBuilder<B extends HttpMethodAccessor.HttpMethodBuilder<B>>
Provides a builder method for a HTTP-Method property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    Sets the HTTP-Method for the HTTP-Method property.
  • Method Details

    • withHttpMethod

      B withHttpMethod(HttpMethod aHttpMethod)
      Sets the HTTP-Method for the HTTP-Method property.
      Parameters:
      aHttpMethod - The HTTP-Method to be stored by the HTTP-Method property.
      Returns:
      The builder for applying multiple build operations.