Interface ConflictingItem.Builder

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

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

    • queryText

      ConflictingItem.Builder queryText(String queryText)

      The text of the conflicting query.

      Parameters:
      queryText - The text of the conflicting query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setName

      ConflictingItem.Builder setName(String setName)

      The name for the set of featured results that the conflicting query belongs to.

      Parameters:
      setName - The name for the set of featured results that the conflicting query belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setId

      The identifier of the set of featured results that the conflicting query belongs to.

      Parameters:
      setId - The identifier of the set of featured results that the conflicting query belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.