Interface EntityPattern.Builder

  • Method Details

    • entityType

      EntityPattern.Builder entityType(String entityType)

      The type of entity to be matched during the graph query.

      Parameters:
      entityType - The type of entity to be matched during the graph query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entityType

      EntityPattern.Builder entityType(GraphEntityType entityType)

      The type of entity to be matched during the graph query.

      Parameters:
      entityType - The type of entity to be matched during the graph query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • identifier

      EntityPattern.Builder identifier(String identifier)

      The identifier of the root entity to start traversal from during the graph query.

      Parameters:
      identifier - The identifier of the root entity to start traversal from during the graph query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Sets the value of the Filters property for this object.
      Parameters:
      filters - The new value for the Filters property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Sets the value of the Filters property for this object. This is a convenience method that creates an instance of the FilterClause.Builder avoiding the need to create one manually via FilterClause.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(FilterClause).

      Parameters:
      filters - a consumer that will call methods on FilterClause.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: