public class GraphQueryBuilder extends GraphQueryAbstractBuilder<GraphQueryBuilder>
Modifier and Type | Class and Description |
---|---|
static class |
GraphQueryBuilder.Nested<R> |
Modifier and Type | Method and Description |
---|---|
GraphQuery |
build() |
static GraphQueryBuilder |
builder() |
static <S> GraphQueryBuilder.Nested<S> |
builder(Consumer<Query> callback,
S parent) |
withFrom, withQuery, withQuery, withTo
public static GraphQueryBuilder builder()
public static <S> GraphQueryBuilder.Nested<S> builder(Consumer<Query> callback, S parent)
public GraphQuery build()