Class BetaCitationsDelta.Citation
-
- All Implemented Interfaces:
public final class BetaCitationsDelta.Citation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBetaCitationsDelta.Citation.VisitorAn interface that defines how to map each variant of Citation to a value of type T.
-
Method Summary
-
-
Method Detail
-
charLocation
final Optional<BetaCitationCharLocation> charLocation()
-
pageLocation
final Optional<BetaCitationPageLocation> pageLocation()
-
contentBlockLocation
final Optional<BetaCitationContentBlockLocation> contentBlockLocation()
-
webSearchResultLocation
final Optional<BetaCitationsWebSearchResultLocation> webSearchResultLocation()
-
isCharLocation
final Boolean isCharLocation()
-
isPageLocation
final Boolean isPageLocation()
-
isContentBlockLocation
final Boolean isContentBlockLocation()
-
isWebSearchResultLocation
final Boolean isWebSearchResultLocation()
-
asCharLocation
final BetaCitationCharLocation asCharLocation()
-
asPageLocation
final BetaCitationPageLocation asPageLocation()
-
asContentBlockLocation
final BetaCitationContentBlockLocation asContentBlockLocation()
-
asWebSearchResultLocation
final BetaCitationsWebSearchResultLocation asWebSearchResultLocation()
-
accept
final <T extends Any> T accept(BetaCitationsDelta.Citation.Visitor<T> visitor)
-
validate
final BetaCitationsDelta.Citation validate()
-
ofCharLocation
final static BetaCitationsDelta.Citation ofCharLocation(BetaCitationCharLocation charLocation)
-
ofPageLocation
final static BetaCitationsDelta.Citation ofPageLocation(BetaCitationPageLocation pageLocation)
-
ofContentBlockLocation
final static BetaCitationsDelta.Citation ofContentBlockLocation(BetaCitationContentBlockLocation contentBlockLocation)
-
ofWebSearchResultLocation
final static BetaCitationsDelta.Citation ofWebSearchResultLocation(BetaCitationsWebSearchResultLocation webSearchResultLocation)
-
-
-
-