Class BetaCitationWebSearchResultLocationParam.Builder
-
- All Implemented Interfaces:
public final class BetaCitationWebSearchResultLocationParam.BuilderA builder for BetaCitationWebSearchResultLocationParam.
-
-
Method Summary
-
-
Method Detail
-
citedText
final BetaCitationWebSearchResultLocationParam.Builder citedText(String citedText)
-
citedText
final BetaCitationWebSearchResultLocationParam.Builder citedText(JsonField<String> citedText)
Sets Builder.citedText to an arbitrary JSON value.
You should usually call Builder.citedText with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
encryptedIndex
final BetaCitationWebSearchResultLocationParam.Builder encryptedIndex(String encryptedIndex)
-
encryptedIndex
final BetaCitationWebSearchResultLocationParam.Builder encryptedIndex(JsonField<String> encryptedIndex)
Sets Builder.encryptedIndex to an arbitrary JSON value.
You should usually call Builder.encryptedIndex with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
title
final BetaCitationWebSearchResultLocationParam.Builder title(String title)
-
title
final BetaCitationWebSearchResultLocationParam.Builder title(Optional<String> title)
Alias for calling Builder.title with
title.orElse(null).
-
title
final BetaCitationWebSearchResultLocationParam.Builder title(JsonField<String> title)
Sets Builder.title to an arbitrary JSON value.
You should usually call Builder.title with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaCitationWebSearchResultLocationParam.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("web_search_result_location")This method is primarily for setting the field to an undocumented or not yet supported value.
-
url
final BetaCitationWebSearchResultLocationParam.Builder url(String url)
-
url
final BetaCitationWebSearchResultLocationParam.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaCitationWebSearchResultLocationParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaCitationWebSearchResultLocationParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaCitationWebSearchResultLocationParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaCitationWebSearchResultLocationParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaCitationWebSearchResultLocationParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaCitationWebSearchResultLocationParam build()
Returns an immutable instance of BetaCitationWebSearchResultLocationParam.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.citedText() .encryptedIndex() .title() .url()
-
-
-
-