Package com.anthropic.models
Class BetaTextCitation
-
- All Implemented Interfaces:
public final class BetaTextCitation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBetaTextCitation.VisitorAn interface that defines how to map each variant of BetaTextCitation to a value of type T.
-
Method Summary
-
-
Method Detail
-
citationCharLocation
final Optional<BetaCitationCharLocation> citationCharLocation()
-
citationPageLocation
final Optional<BetaCitationPageLocation> citationPageLocation()
-
citationContentBlockLocation
final Optional<BetaCitationContentBlockLocation> citationContentBlockLocation()
-
isCitationCharLocation
final Boolean isCitationCharLocation()
-
isCitationPageLocation
final Boolean isCitationPageLocation()
-
isCitationContentBlockLocation
final Boolean isCitationContentBlockLocation()
-
asCitationCharLocation
final BetaCitationCharLocation asCitationCharLocation()
-
asCitationPageLocation
final BetaCitationPageLocation asCitationPageLocation()
-
asCitationContentBlockLocation
final BetaCitationContentBlockLocation asCitationContentBlockLocation()
-
accept
final <T extends Any> T accept(BetaTextCitation.Visitor<T> visitor)
-
validate
final BetaTextCitation validate()
-
ofCitationCharLocation
final static BetaTextCitation ofCitationCharLocation(BetaCitationCharLocation citationCharLocation)
-
ofCitationPageLocation
final static BetaTextCitation ofCitationPageLocation(BetaCitationPageLocation citationPageLocation)
-
ofCitationContentBlockLocation
final static BetaTextCitation ofCitationContentBlockLocation(BetaCitationContentBlockLocation citationContentBlockLocation)
-
-
-
-