Class RelationTraceEntryRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- RelationTraceEntryRequest
public static final class RelationTraceEntryRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RelationTraceEntryRequest
build()
RelationTraceEntryRequest.Builder
but()
Deprecated.This method will be removed in the future.RelationTraceEntryRequest.Builder
relationTypeId(@NotNull UUID relationTypeId)
The ID of the relation type for the relation trace entry.RelationTraceEntryRequest.Builder
roleDirection(boolean roleDirection)
The direction of the relation to take, true if the relation is followed in role direction.String
toString()
-
-
-
Method Detail
-
but
@Deprecated public RelationTraceEntryRequest.Builder but()
Deprecated.This method will be removed in the future. Please, useRelationTraceEntryRequest.builder()
.Clone method for this Builder.
-
roleDirection
public RelationTraceEntryRequest.Builder roleDirection(boolean roleDirection)
The direction of the relation to take, true if the relation is followed in role direction.- Returns:
this
.
-
relationTypeId
public RelationTraceEntryRequest.Builder relationTypeId(@NotNull @NotNull UUID relationTypeId)
The ID of the relation type for the relation trace entry.- Returns:
this
.
-
build
public RelationTraceEntryRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-