Package com.anthropic.models
Class CitationPageLocationParam
-
- All Implemented Interfaces:
public final class CitationPageLocationParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCitationPageLocationParam.BuilderA builder for CitationPageLocationParam.
public final classCitationPageLocationParam.Type
-
Method Summary
Modifier and Type Method Description final StringcitedText()final LongdocumentIndex()final Optional<String>documentTitle()final LongendPageNumber()final LongstartPageNumber()final CitationPageLocationParam.Typetype()final JsonField<String>_citedText()final JsonField<Long>_documentIndex()final JsonField<String>_documentTitle()final JsonField<Long>_endPageNumber()final JsonField<Long>_startPageNumber()final JsonField<CitationPageLocationParam.Type>_type()final Map<String, JsonValue>_additionalProperties()final CitationPageLocationParamvalidate()final CitationPageLocationParam.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CitationPageLocationParam.Builderbuilder()-
-
Method Detail
-
documentIndex
final Long documentIndex()
-
documentTitle
final Optional<String> documentTitle()
-
endPageNumber
final Long endPageNumber()
-
startPageNumber
final Long startPageNumber()
-
type
final CitationPageLocationParam.Type type()
-
_citedText
final JsonField<String> _citedText()
-
_documentIndex
final JsonField<Long> _documentIndex()
-
_documentTitle
final JsonField<String> _documentTitle()
-
_endPageNumber
final JsonField<Long> _endPageNumber()
-
_startPageNumber
final JsonField<Long> _startPageNumber()
-
_type
final JsonField<CitationPageLocationParam.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final CitationPageLocationParam validate()
-
toBuilder
final CitationPageLocationParam.Builder toBuilder()
-
builder
final static CitationPageLocationParam.Builder builder()
-
-
-
-