Class V1GetCitationsFromUrlResponse
-
- All Implemented Interfaces:
public final class V1GetCitationsFromUrlResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1GetCitationsFromUrlResponse.BuilderA builder for V1GetCitationsFromUrlResponse.
public final classV1GetCitationsFromUrlResponse.Citations
-
Method Summary
Modifier and Type Method Description final Optional<V1GetCitationsFromUrlResponse.Citations>citations()final Optional<List<String>>externalLinks()External links found in the document final Optional<String>hint()Usage guidance final Optional<String>title()Document title final Optional<Long>totalCitations()Total citations found final Optional<String>url()Source document URL final JsonField<V1GetCitationsFromUrlResponse.Citations>_citations()Returns the raw JSON value of citations. final JsonField<List<String>>_externalLinks()Returns the raw JSON value of externalLinks. final JsonField<String>_hint()Returns the raw JSON value of hint. final JsonField<String>_title()Returns the raw JSON value of title. final JsonField<Long>_totalCitations()Returns the raw JSON value of totalCitations. final JsonField<String>_url()Returns the raw JSON value of url. final Map<String, JsonValue>_additionalProperties()final V1GetCitationsFromUrlResponse.BuildertoBuilder()final V1GetCitationsFromUrlResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1GetCitationsFromUrlResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V1GetCitationsFromUrlResponse. -
-
Method Detail
-
citations
final Optional<V1GetCitationsFromUrlResponse.Citations> citations()
-
externalLinks
final Optional<List<String>> externalLinks()
External links found in the document
-
totalCitations
final Optional<Long> totalCitations()
Total citations found
-
_citations
final JsonField<V1GetCitationsFromUrlResponse.Citations> _citations()
Returns the raw JSON value of citations.
Unlike citations, this method doesn't throw if the JSON field has an unexpected type.
-
_externalLinks
final JsonField<List<String>> _externalLinks()
Returns the raw JSON value of externalLinks.
Unlike externalLinks, this method doesn't throw if the JSON field has an unexpected type.
-
_hint
final JsonField<String> _hint()
Returns the raw JSON value of hint.
Unlike hint, this method doesn't throw if the JSON field has an unexpected type.
-
_title
final JsonField<String> _title()
Returns the raw JSON value of title.
Unlike title, this method doesn't throw if the JSON field has an unexpected type.
-
_totalCitations
final JsonField<Long> _totalCitations()
Returns the raw JSON value of totalCitations.
Unlike totalCitations, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1GetCitationsFromUrlResponse.Builder toBuilder()
-
validate
final V1GetCitationsFromUrlResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static V1GetCitationsFromUrlResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1GetCitationsFromUrlResponse.
-
-
-
-