public static interface ConflictingItem.Builder extends SdkPojo, CopyableBuilder<ConflictingItem.Builder,ConflictingItem>
| Modifier and Type | Method and Description |
|---|---|
ConflictingItem.Builder |
queryText(String queryText)
The text of the conflicting query.
|
ConflictingItem.Builder |
setId(String setId)
The identifier of the set of featured results that the conflicting query belongs to.
|
ConflictingItem.Builder |
setName(String setName)
The name for the set of featured results that the conflicting query belongs to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConflictingItem.Builder queryText(String queryText)
The text of the conflicting query.
queryText - The text of the conflicting query.ConflictingItem.Builder setName(String setName)
The name for the set of featured results that the conflicting query belongs to.
setName - The name for the set of featured results that the conflicting query belongs to.ConflictingItem.Builder setId(String setId)
The identifier of the set of featured results that the conflicting query belongs to.
setId - The identifier of the set of featured results that the conflicting query belongs to.Copyright © 2023. All rights reserved.