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