Package com.anthropic.models
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.
public final classBetaCitationContentBlockLocationParam.Type
-
Method Summary
Modifier and Type Method Description final StringcitedText()final LongdocumentIndex()final Optional<String>documentTitle()final LongendBlockIndex()final LongstartBlockIndex()final BetaCitationContentBlockLocationParam.Typetype()final JsonField<String>_citedText()final JsonField<Long>_documentIndex()final JsonField<String>_documentTitle()final JsonField<Long>_endBlockIndex()final JsonField<Long>_startBlockIndex()final JsonField<BetaCitationContentBlockLocationParam.Type>_type()final Map<String, JsonValue>_additionalProperties()final BetaCitationContentBlockLocationParamvalidate()final BetaCitationContentBlockLocationParam.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaCitationContentBlockLocationParam.Builderbuilder()-
-
Method Detail
-
documentIndex
final Long documentIndex()
-
documentTitle
final Optional<String> documentTitle()
-
endBlockIndex
final Long endBlockIndex()
-
startBlockIndex
final Long startBlockIndex()
-
type
final BetaCitationContentBlockLocationParam.Type type()
-
_citedText
final JsonField<String> _citedText()
-
_documentIndex
final JsonField<Long> _documentIndex()
-
_documentTitle
final JsonField<String> _documentTitle()
-
_endBlockIndex
final JsonField<Long> _endBlockIndex()
-
_startBlockIndex
final JsonField<Long> _startBlockIndex()
-
_type
final JsonField<BetaCitationContentBlockLocationParam.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaCitationContentBlockLocationParam validate()
-
toBuilder
final BetaCitationContentBlockLocationParam.Builder toBuilder()
-
builder
final static BetaCitationContentBlockLocationParam.Builder builder()
-
-
-
-