Class V1AnswerResponse.Citation.Builder
-
- All Implemented Interfaces:
public final class V1AnswerResponse.Citation.BuilderA builder for Citation.
-
-
Method Summary
-
-
Method Detail
-
id
final V1AnswerResponse.Citation.Builder id(String id)
-
id
final V1AnswerResponse.Citation.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
publishedDate
final V1AnswerResponse.Citation.Builder publishedDate(String publishedDate)
-
publishedDate
final V1AnswerResponse.Citation.Builder publishedDate(JsonField<String> publishedDate)
Sets Builder.publishedDate to an arbitrary JSON value.
You should usually call Builder.publishedDate with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
text
final V1AnswerResponse.Citation.Builder text(String text)
-
text
final V1AnswerResponse.Citation.Builder text(JsonField<String> text)
Sets Builder.text to an arbitrary JSON value.
You should usually call Builder.text 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 V1AnswerResponse.Citation.Builder title(String title)
-
title
final V1AnswerResponse.Citation.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.
-
url
final V1AnswerResponse.Citation.Builder url(String url)
-
url
final V1AnswerResponse.Citation.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 V1AnswerResponse.Citation.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1AnswerResponse.Citation.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1AnswerResponse.Citation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1AnswerResponse.Citation.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1AnswerResponse.Citation.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1AnswerResponse.Citation build()
Returns an immutable instance of Citation.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-