public static interface UserMentionScanner.UserMention
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
String |
getFullMention() |
String |
getFullUnescapedMention() |
int |
getStart() |
String |
getUsername() |
int getEnd()
@Nonnull String getFullMention()
@Nonnull String getFullUnescapedMention()
@Nonnull String getUsername()
user name
of the mention string, not including any escape charactersint getStart()
Copyright © 2022 Atlassian. All rights reserved.