Package org.refcodes.net
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithHttpMethod(HttpMethod aHttpMethod)Sets the HTTP-Method for the HTTP-Method property.
-
-
-
Method Detail
-
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.
-
-