public static interface EntityFilter.Builder extends SdkPojo, CopyableBuilder<EntityFilter.Builder,EntityFilter>
| Modifier and Type | Method and Description |
|---|---|
EntityFilter.Builder |
name(EntityFilterName name)
The name of the entity search filter field.
|
EntityFilter.Builder |
name(String name)
The name of the entity search filter field.
|
EntityFilter.Builder |
value(Collection<String> value)
An array of string values for the search filter field.
|
EntityFilter.Builder |
value(String... value)
An array of string values for the search filter field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityFilter.Builder name(String 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.
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.EntityFilterName,
EntityFilterNameEntityFilter.Builder name(EntityFilterName 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.
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.EntityFilterName,
EntityFilterNameEntityFilter.Builder value(Collection<String> value)
An array of string values for the search filter field. Multiple values function as AND criteria in the search.
value - An array of string values for the search filter field. Multiple values function as AND criteria in the
search.EntityFilter.Builder value(String... value)
An array of string values for the search filter field. Multiple values function as AND criteria in the search.
value - An array of string values for the search filter field. Multiple values function as AND criteria in the
search.Copyright © 2022. All rights reserved.