Interface EntityFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EntityFilter.Builder,EntityFilter>, SdkBuilder<EntityFilter.Builder,EntityFilter>, SdkPojo
Enclosing class:
EntityFilter

public static interface EntityFilter.Builder extends SdkPojo, CopyableBuilder<EntityFilter.Builder,EntityFilter>
  • Method Details

    • name

      The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

      Parameters:
      name - The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.

      Parameters:
      name - The name of the entity search filter field. REFERENCED_ENTITY_ID filters on entities that are used by the entity in the result set. For example, you can filter on the ID of a property that is used in a state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      An array of string values for the search filter field. Multiple values function as AND criteria in the search.

      Parameters:
      value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      EntityFilter.Builder value(String... value)

      An array of string values for the search filter field. Multiple values function as AND criteria in the search.

      Parameters:
      value - An array of string values for the search filter field. Multiple values function as AND criteria in the search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.