Interface ObjectAttribute.Builder

  • Method Details

    • source

      An attribute contained within a source object.

      Parameters:
      source - An attribute contained within a source object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fieldName

      ObjectAttribute.Builder fieldName(String fieldName)

      A field defined within an object type.

      Parameters:
      fieldName - A field defined within an object type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comparisonOperator

      ObjectAttribute.Builder comparisonOperator(String comparisonOperator)

      The operator used to compare an attribute against a list of values.

      Parameters:
      comparisonOperator - The operator used to compare an attribute against a list of values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comparisonOperator

      ObjectAttribute.Builder comparisonOperator(ComparisonOperator comparisonOperator)

      The operator used to compare an attribute against a list of values.

      Parameters:
      comparisonOperator - The operator used to compare an attribute against a list of values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      A list of attribute values used for comparison.

      Parameters:
      values - A list of attribute values used for comparison.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      ObjectAttribute.Builder values(String... values)

      A list of attribute values used for comparison.

      Parameters:
      values - A list of attribute values used for comparison.
      Returns:
      Returns a reference to this object so that method calls can be chained together.