public static class CustomizedPathsRequest.Step.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
CustomizedPathsRequest.Step.Builder |
defaultWeight(double weight) |
CustomizedPathsRequest.Step.Builder |
degree(long degree) |
CustomizedPathsRequest.Step.Builder |
direction(Direction direction) |
CustomizedPathsRequest.Step.Builder |
labels(List<String> labels) |
CustomizedPathsRequest.Step.Builder |
labels(String... labels) |
CustomizedPathsRequest.Step.Builder |
properties(Map<String,Object> properties) |
CustomizedPathsRequest.Step.Builder |
properties(String key,
Object value) |
CustomizedPathsRequest.Step.Builder |
sample(int sample) |
CustomizedPathsRequest.Step.Builder |
weightBy(String property) |
public CustomizedPathsRequest.Step.Builder direction(Direction direction)
public CustomizedPathsRequest.Step.Builder labels(List<String> labels)
public CustomizedPathsRequest.Step.Builder labels(String... labels)
public CustomizedPathsRequest.Step.Builder properties(Map<String,Object> properties)
public CustomizedPathsRequest.Step.Builder properties(String key, Object value)
public CustomizedPathsRequest.Step.Builder weightBy(String property)
public CustomizedPathsRequest.Step.Builder defaultWeight(double weight)
public CustomizedPathsRequest.Step.Builder degree(long degree)
public CustomizedPathsRequest.Step.Builder sample(int sample)
Copyright © 2023 The Apache Software Foundation. All rights reserved.