Interface RequestAccessor.RequestBuilder<REQ,B extends RequestAccessor.RequestBuilder<REQ,B>>

Type Parameters:
REQ - The type of the request to be used.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
RequestAccessor<REQ>

public static interface RequestAccessor.RequestBuilder<REQ,B extends RequestAccessor.RequestBuilder<REQ,B>>
Provides a builder method for a request property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRequest(String aRequest)
    Sets the request for the request property.
  • Method Details

    • withRequest

      B withRequest(String aRequest)
      Sets the request for the request property.
      Parameters:
      aRequest - The request to be stored by the request property.
      Returns:
      The builder for applying multiple build operations.