Uses of Class
com.atlassian.adf.model.node.Mention.AccessLevel
-
Packages that use Mention.AccessLevel 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.AccessLevel in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Mention.AccessLevel Modifier and Type Method Description static Mention.AccessLevelMention.AccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Mention.AccessLevel[]Mention.AccessLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node with parameters of type Mention.AccessLevel Modifier and Type Method Description MentionMention. accessLevel(Mention.AccessLevel accessLevel)Sets the access level value for the mention.
-