public static interface GraphLookupOperation.StartWithBuilder
| Modifier and Type | Method and Description |
|---|---|
GraphLookupOperation.ConnectFromBuilder |
startWith(AggregationExpression... expressions)
Set the startWith expressions to apply the
$graphLookup to. |
GraphLookupOperation.ConnectFromBuilder |
startWith(Object... expressions)
Set the startWith as either fieldReferences,
Fields, Document or
AggregationExpression to apply the $graphLookup to. |
GraphLookupOperation.ConnectFromBuilder |
startWith(String... fieldReferences)
Set the startWith fieldReferences to apply the
$graphLookup to. |
GraphLookupOperation.ConnectFromBuilder startWith(String... fieldReferences)
$graphLookup to.fieldReferences - must not be null.GraphLookupOperation.ConnectFromBuilder startWith(AggregationExpression... expressions)
$graphLookup to.expressions - must not be null.GraphLookupOperation.ConnectFromBuilder startWith(Object... expressions)
Fields, Document or
AggregationExpression to apply the $graphLookup to.expressions - must not be null.IllegalArgumentExceptionCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.