Class V1GetCitationsFromUrlResponse.Builder
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse.BuilderA builder for V1GetCitationsFromUrlResponse.
-
-
Method Summary
-
-
Method Detail
-
citations
final V1GetCitationsFromUrlResponse.Builder citations(V1GetCitationsFromUrlResponse.Citations citations)
-
citations
final V1GetCitationsFromUrlResponse.Builder citations(JsonField<V1GetCitationsFromUrlResponse.Citations> citations)
Sets Builder.citations to an arbitrary JSON value.
You should usually call Builder.citations with a well-typed Citations value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
externalLinks
final V1GetCitationsFromUrlResponse.Builder externalLinks(List<String> externalLinks)
External links found in the document
-
externalLinks
final V1GetCitationsFromUrlResponse.Builder externalLinks(JsonField<List<String>> externalLinks)
Sets Builder.externalLinks to an arbitrary JSON value.
You should usually call Builder.externalLinks with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addExternalLink
final V1GetCitationsFromUrlResponse.Builder addExternalLink(String externalLink)
Adds a single String to externalLinks.
-
hint
final V1GetCitationsFromUrlResponse.Builder hint(String hint)
Usage guidance
-
hint
final V1GetCitationsFromUrlResponse.Builder hint(JsonField<String> hint)
Sets Builder.hint to an arbitrary JSON value.
You should usually call Builder.hint 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 V1GetCitationsFromUrlResponse.Builder title(String title)
Document title
-
title
final V1GetCitationsFromUrlResponse.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.
-
totalCitations
final V1GetCitationsFromUrlResponse.Builder totalCitations(Long totalCitations)
Total citations found
-
totalCitations
final V1GetCitationsFromUrlResponse.Builder totalCitations(JsonField<Long> totalCitations)
Sets Builder.totalCitations to an arbitrary JSON value.
You should usually call Builder.totalCitations with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
url
final V1GetCitationsFromUrlResponse.Builder url(String url)
Source document URL
-
url
final V1GetCitationsFromUrlResponse.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 V1GetCitationsFromUrlResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1GetCitationsFromUrlResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1GetCitationsFromUrlResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1GetCitationsFromUrlResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1GetCitationsFromUrlResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1GetCitationsFromUrlResponse build()
Returns an immutable instance of V1GetCitationsFromUrlResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-