Uses of Class
com.atlassian.confluence.tinymceplugin.rest.entities.UserAction
-
Packages that use UserAction Package Description com.atlassian.confluence.tinymceplugin.rest.entities -
-
Uses of UserAction in com.atlassian.confluence.tinymceplugin.rest.entities
Methods in com.atlassian.confluence.tinymceplugin.rest.entities that return types with arguments of type UserAction Modifier and Type Method Description List<UserAction>CommentResultWithActions. getPrimaryActions()List<UserAction>CommentResultWithActions. getSecondaryActions()Method parameters in com.atlassian.confluence.tinymceplugin.rest.entities with type arguments of type UserAction Modifier and Type Method Description CommentResultWithActions.CommentResultWithActionsBuilderCommentResultWithActions.CommentResultWithActionsBuilder. setPrimaryActions(List<UserAction> primaryActions)CommentResultWithActions.CommentResultWithActionsBuilderCommentResultWithActions.CommentResultWithActionsBuilder. setSecondaryActions(List<UserAction> secondaryActions)
-