public interface CustomQueryModel<T>
Modifier and Type | Method and Description |
---|---|
FieldsQueryModel<T> |
fields() |
static <T> CustomQueryModel<T> |
of(QueryModel<T> parent,
String pathSegment) |
ReferenceQueryModel<T,Type> |
type() |
ReferenceQueryModel<T,Type> type()
FieldsQueryModel<T> fields()
static <T> CustomQueryModel<T> of(QueryModel<T> parent, @Nullable String pathSegment)