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
-
-
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()
-
builder
final static V1GetCitationsFromUrlResponse.Builder builder()
Returns a mutable builder for constructing an instance of V1GetCitationsFromUrlResponse.
-
-
-
-