public static interface SuggestionQuery.Builder extends SdkPojo, CopyableBuilder<SuggestionQuery.Builder,SuggestionQuery>
| Modifier and Type | Method and Description |
|---|---|
default SuggestionQuery.Builder |
propertyNameQuery(Consumer<PropertyNameQuery.Builder> propertyNameQuery)
A type of
SuggestionQuery. |
SuggestionQuery.Builder |
propertyNameQuery(PropertyNameQuery propertyNameQuery)
A type of
SuggestionQuery. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuggestionQuery.Builder propertyNameQuery(PropertyNameQuery propertyNameQuery)
A type of SuggestionQuery. Defines a property name hint. Only property names that match the
specified hint are included in the response.
propertyNameQuery - A type of SuggestionQuery. Defines a property name hint. Only property names that match
the specified hint are included in the response.default SuggestionQuery.Builder propertyNameQuery(Consumer<PropertyNameQuery.Builder> propertyNameQuery)
A type of SuggestionQuery. Defines a property name hint. Only property names that match the
specified hint are included in the response.
PropertyNameQuery.Builder avoiding the need to
create one manually via PropertyNameQuery.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to propertyNameQuery(PropertyNameQuery).propertyNameQuery - a consumer that will call methods on PropertyNameQuery.BuilderpropertyNameQuery(PropertyNameQuery)Copyright © 2019. All rights reserved.