Uses of Class
org.gitlab4j.api.models.AwardEmoji
Packages that use AwardEmoji
-
Uses of AwardEmoji in org.gitlab4j.api
Methods in org.gitlab4j.api that return AwardEmojiModifier and TypeMethodDescriptionAwardEmojiApi.addIssueAwardEmoji
(Object projectIdOrPath, Long issueIid, String name) Add an award emoji for the specified issue.AwardEmojiApi.addIssueNoteAwardEmoji
(Object projectIdOrPath, Long issueIid, Long noteId, String name) Add an award emoji for the specified issue note.AwardEmojiApi.addMergeRequestAwardEmoji
(Object projectIdOrPath, Integer mergeRequestIid, Integer noteId, String name) Add an award emoji for the specified merge request note.AwardEmojiApi.addMergeRequestAwardEmoji
(Object projectIdOrPath, Long mergeRequestIid, String name) Add an award emoji to the specified merge request.AwardEmojiApi.addNoteAwardEmoji
(Object projectIdOrPath, Long issueIid, Long noteId, String name) Deprecated.AwardEmojiApi.addSnippetAwardEmoji
(Object projectIdOrPath, Long snippetId, String name) Add an award emoji to the specified snippet.AwardEmojiApi.getIssueAwardEmoji
(Object projectIdOrPath, Long issueIid, Long awardId) Get the specified award emoji for the specified issue.AwardEmojiApi.getIssueNoteAwardEmoji
(Object projectIdOrPath, Long issueIid, Long noteId, Long awardId) Get the specified award emoji for the specified issue note.AwardEmojiApi.getMergeRequestAwardEmoji
(Object projectIdOrPath, Long mergeRequestIid, Long awardId) Get the specified award emoji for the specified merge request.AwardEmojiApi.getMergeRequestNoteAwardEmoji
(Object projectIdOrPath, Long mergeRequestIid, Long noteId, Long awardId) Get the specified award emoji for the specified merge request note.AwardEmojiApi.getNoteAwardEmoji
(Object projectIdOrPath, Long issueIid, Long noteId, Long awardId) Deprecated.AwardEmojiApi.getSnippetAwardEmoji
(Object projectIdOrPath, Long snippetId, Long awardId) Get the specified award emoji for the specified snippet.Methods in org.gitlab4j.api that return types with arguments of type AwardEmojiModifier and TypeMethodDescriptionAwardEmojiApi.getIssueAwardEmojis
(Object projectIdOrPath, Long issueIid) Get a list of award emoji for the specified issue.AwardEmojiApi.getIssueNoteAwardEmojis
(Object projectIdOrPath, Long issueIid, Long noteId) Get a list of award emoji for the specified issue note.AwardEmojiApi.getMergeRequestAwardEmojis
(Object projectIdOrPath, Long mergeRequestIid) Get a list of award emoji for the specified merge request.AwardEmojiApi.getMergeRequestNoteAwardEmojis
(Object projectIdOrPath, Long mergeRequestIid, Long noteId) Get a list of award emoji for the specified merge request note.AwardEmojiApi.getNoteAwardEmojis
(Object projectIdOrPath, Long issueIid, Long noteId) Get a list of award emoji for the specified issue note.AwardEmojiApi.getSnippetAwardEmojis
(Object projectIdOrPath, Long snippetId) Get a list of award emoji for the specified snippet.
AwardEmojiApi.addIssueNoteAwardEmoji(Object, Long, Long, String)