Class BetaCitationsDelta.Builder
-
- All Implemented Interfaces:
public final class BetaCitationsDelta.BuilderA builder for BetaCitationsDelta.
-
-
Method Summary
-
-
Method Detail
-
citation
final BetaCitationsDelta.Builder citation(BetaCitationsDelta.Citation citation)
-
citation
final BetaCitationsDelta.Builder citation(JsonField<BetaCitationsDelta.Citation> citation)
Sets Builder.citation to an arbitrary JSON value.
You should usually call Builder.citation with a well-typed Citation value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
citation
final BetaCitationsDelta.Builder citation(BetaCitationCharLocation charLocation)
Alias for calling citation with
Citation.ofCharLocation(charLocation).
-
citation
final BetaCitationsDelta.Builder citation(BetaCitationPageLocation pageLocation)
Alias for calling citation with
Citation.ofPageLocation(pageLocation).
-
citation
final BetaCitationsDelta.Builder citation(BetaCitationContentBlockLocation contentBlockLocation)
Alias for calling citation with
Citation.ofContentBlockLocation(contentBlockLocation).
-
citation
final BetaCitationsDelta.Builder citation(BetaCitationsWebSearchResultLocation webSearchResultLocation)
Alias for calling citation with
Citation.ofWebSearchResultLocation(webSearchResultLocation).
-
type
final BetaCitationsDelta.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("citations_delta")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaCitationsDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaCitationsDelta.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaCitationsDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaCitationsDelta.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaCitationsDelta.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaCitationsDelta build()
Returns an immutable instance of BetaCitationsDelta.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.citation()
-
-
-
-