public static class SearchResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SearchResult |
build() |
SearchResult.Builder |
copy(SearchResult model) |
SearchResult.Builder |
data(Object data)
JSON blob containing the search entry with the projected fields.
|
public SearchResult.Builder data(Object data)
JSON blob containing the search entry with the projected fields.
data
- the value to setpublic SearchResult build()
public SearchResult.Builder copy(SearchResult model)
Copyright © 2016–2024. All rights reserved.