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