R
- result type, maybe directly T
or sth. like List<T>
T
- type a single result itemC
- type of the class implementing this classpublic final class MetaModelHeadDslBuilder<R,T,C extends MetaModelHeadDsl<R,T,C>> extends Base implements Builder<C>
Modifier and Type | Method and Description |
---|---|
MetaModelHeadDslBuilder<R,T,C> |
additionalQueryParameters(List<NameValuePair> additionalQueryParameters) |
C |
build()
Creates a new instance of T with the values of this builder.
|
public C build()
Builder
public MetaModelHeadDslBuilder<R,T,C> additionalQueryParameters(List<NameValuePair> additionalQueryParameters)