Class UserIssueRelevanceBean
java.lang.Object
com.atlassian.jira.rest.v2.issue.users.UserIssueRelevanceBean
A user who can be mentioned with respect to a particular issue, usually
because they have been involved in it in some way.
Similar to
UserBean
except for that the entity has extra information
around about how this user has been involved, and how relevant this user is
to the issue (which is expected to be used by clients to inform the
presentation of results).- Since:
- v7.2
-
Constructor Summary
ConstructorsConstructorDescriptionUserIssueRelevanceBean
(String name, String displayName, String emailAddress, Map<String, URI> avatarUrls) UserIssueRelevanceBean
(URI self, String key, String name, String displayName, boolean active, String emailAddress, Map<String, URI> avatarUrls, TimeZone timeZone, Locale locale, List<IssueInvolvementBean> issueInvolvements, Optional<Integer> highestIssueInvolvementRank, Optional<Date> latestCommentCreationTime) -
Method Summary
-
Constructor Details
-
UserIssueRelevanceBean
public UserIssueRelevanceBean(URI self, String key, String name, String displayName, boolean active, String emailAddress, Map<String, URI> avatarUrls, TimeZone timeZone, Locale locale, List<IssueInvolvementBean> issueInvolvements, Optional<Integer> highestIssueInvolvementRank, Optional<Date> latestCommentCreationTime) -
UserIssueRelevanceBean
-
-
Method Details
-
getSelf
-
getKey
-
getName
-
getDisplayName
-
getEmailAddress
-
getAvatarUrls
-
getIssueInvolvements
-
getHighestIssueInvolvementRank
-
getLatestCommentCreationTime
-