public static interface RequestManager.DefaultOptions
RequestManager
.Modifier and Type | Method and Description |
---|---|
<T> void |
apply(GenericRequestBuilder<T,?,?,?> requestBuilder)
Allows the implementor to apply some options to the given request.
|
<T> void apply(GenericRequestBuilder<T,?,?,?> requestBuilder)
T
- The type of the model.requestBuilder
- The request builder being used to construct the load.