Interface RequestAccessor.RequestProperty<REQ>

Type Parameters:
REQ - The type of the request property.
All Superinterfaces:
RequestAccessor<REQ>, RequestAccessor.RequestMutator<REQ>
Enclosing interface:
RequestAccessor<REQ>

public static interface RequestAccessor.RequestProperty<REQ> extends RequestAccessor<REQ>, RequestAccessor.RequestMutator<REQ>
Extends the RequestAccessor with a setter method.