Package com.veeva.vault.sdk.api.document
Interface HyperlinkActionNamedDestination
- All Superinterfaces:
HyperlinkActionDestination
Represents one type of document destination the
HyperlinkActionType.GO_TO_PATH action can
target. It will indirectly target a specific page and coordinates through a named alias.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the named alias for a specific location that executing the action navigates to.Methods inherited from interface com.veeva.vault.sdk.api.document.HyperlinkActionDestination
getType, getTypedDestination
-
Method Details
-
getNamedDestination
String getNamedDestination()Retrieves the named alias for a specific location that executing the action navigates to.- Returns:
- a named alias for a specific location
-