Uses of Class
com.atlassian.confluence.tinymceplugin.rest.entities.CommentResultWithActions.CommentResultWithActionsBuilder
-
Packages that use CommentResultWithActions.CommentResultWithActionsBuilder Package Description com.atlassian.confluence.tinymceplugin.rest.entities -
-
Uses of CommentResultWithActions.CommentResultWithActionsBuilder in com.atlassian.confluence.tinymceplugin.rest.entities
Methods in com.atlassian.confluence.tinymceplugin.rest.entities that return CommentResultWithActions.CommentResultWithActionsBuilder Modifier and Type Method Description CommentResultWithActions.CommentResultWithActionsBuilder
CommentResultWithActions.CommentResultWithActionsBuilder. setDataRef(String dataRef)
CommentResultWithActions.CommentResultWithActionsBuilder
CommentResultWithActions.CommentResultWithActionsBuilder. setInlineComment(boolean isInlineComment)
CommentResultWithActions.CommentResultWithActionsBuilder
CommentResultWithActions.CommentResultWithActionsBuilder. setPrimaryActions(List<UserAction> primaryActions)
CommentResultWithActions.CommentResultWithActionsBuilder
CommentResultWithActions.CommentResultWithActionsBuilder. setSecondaryActions(List<UserAction> secondaryActions)
CommentResultWithActions.CommentResultWithActionsBuilder
CommentResultWithActions.CommentResultWithActionsBuilder. setSerializedHighlights(String serializedHighlights)
-