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