Class BetaCitationSearchResultLocationParam
-
- All Implemented Interfaces:
public final class BetaCitationSearchResultLocationParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaCitationSearchResultLocationParam.BuilderA builder for BetaCitationSearchResultLocationParam.
-
Method Summary
Modifier and Type Method Description final StringcitedText()final LongendBlockIndex()final LongsearchResultIndex()final Stringsource()final LongstartBlockIndex()final Optional<String>title()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("search_result_location")final JsonField<String>_citedText()Returns the raw JSON value of citedText. final JsonField<Long>_endBlockIndex()Returns the raw JSON value of endBlockIndex. final JsonField<Long>_searchResultIndex()Returns the raw JSON value of searchResultIndex. final JsonField<String>_source()Returns the raw JSON value of source. final JsonField<Long>_startBlockIndex()Returns the raw JSON value of startBlockIndex. final JsonField<String>_title()Returns the raw JSON value of title. final Map<String, JsonValue>_additionalProperties()final BetaCitationSearchResultLocationParam.BuildertoBuilder()final BetaCitationSearchResultLocationParamvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCitationSearchResultLocationParam.Builderbuilder()Returns a mutable builder for constructing an instance of BetaCitationSearchResultLocationParam. -
-
Method Detail
-
endBlockIndex
final Long endBlockIndex()
-
searchResultIndex
final Long searchResultIndex()
-
startBlockIndex
final Long startBlockIndex()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("search_result_location")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_citedText
final JsonField<String> _citedText()
Returns the raw JSON value of citedText.
Unlike citedText, this method doesn't throw if the JSON field has an unexpected type.
-
_endBlockIndex
final JsonField<Long> _endBlockIndex()
Returns the raw JSON value of endBlockIndex.
Unlike endBlockIndex, this method doesn't throw if the JSON field has an unexpected type.
-
_searchResultIndex
final JsonField<Long> _searchResultIndex()
Returns the raw JSON value of searchResultIndex.
Unlike searchResultIndex, this method doesn't throw if the JSON field has an unexpected type.
-
_source
final JsonField<String> _source()
Returns the raw JSON value of source.
Unlike source, this method doesn't throw if the JSON field has an unexpected type.
-
_startBlockIndex
final JsonField<Long> _startBlockIndex()
Returns the raw JSON value of startBlockIndex.
Unlike startBlockIndex, 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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaCitationSearchResultLocationParam.Builder toBuilder()
-
validate
final BetaCitationSearchResultLocationParam validate()
-
builder
final static BetaCitationSearchResultLocationParam.Builder builder()
Returns a mutable builder for constructing an instance of BetaCitationSearchResultLocationParam.
The following fields are required:
.citedText() .endBlockIndex() .searchResultIndex() .source() .startBlockIndex() .title()
-
-
-
-