public interface HelpPathService
Modifier and Type | Method and Description |
---|---|
String |
getPageAlt(String topicKey) |
String |
getPageKey(String topicKey) |
String |
getPageTitle(String topicKey) |
String |
getPageUrl(String topicKey) |
String |
getPrefix() |
@Nullable String getPageAlt(@Nonnull String topicKey)
topicKey
- the non-null key for the help topic@Nullable String getPageKey(@Nonnull String topicKey)
topicKey
- the non-null key for the help topic@Nullable String getPageTitle(@Nonnull String topicKey)
topicKey
- the non-null key for the help topic@Nullable String getPageUrl(@Nonnull String topicKey)
topicKey
- the non-null key for the help topicCopyright © 2022 Atlassian. All rights reserved.