public static interface ClickFeedback.Builder extends SdkPojo, CopyableBuilder<ClickFeedback.Builder,ClickFeedback>
| Modifier and Type | Method and Description |
|---|---|
ClickFeedback.Builder |
clickTime(Instant clickTime)
The Unix timestamp of the date and time that the result was clicked.
|
ClickFeedback.Builder |
resultId(String resultId)
The unique identifier of the search result that was clicked.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClickFeedback.Builder resultId(String resultId)
The unique identifier of the search result that was clicked.
resultId - The unique identifier of the search result that was clicked.ClickFeedback.Builder clickTime(Instant clickTime)
The Unix timestamp of the date and time that the result was clicked.
clickTime - The Unix timestamp of the date and time that the result was clicked.Copyright © 2021. All rights reserved.