Uses of Class
com.atlassian.adf.model.node.Mention
-
Packages that use Mention Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Mention in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Mention Modifier and Type Method Description MentionMention. accessLevel(Mention.AccessLevel accessLevel)Sets the access level value for the mention.MentionMention. accessLevel(String accessLevel)Sets the access level value for the mention.MentionMention. copy()MentionMention. id(String id)static MentionMention. mention(String id)Create a new mention using the given Atlassian Account ID or collection name.MentionMention. text(String text)Sets the text value for the mention.MentionMention. userType(Mention.UserType userType)Sets the user type value for the mention.MentionMention. userType(String userType)Sets the user type value for the mention.Methods in com.atlassian.adf.model.node with parameters of type Mention Modifier and Type Method Description protected booleanMention. nodeEquals(Mention other)
-