Uses of Interface
com.atlassian.servicedesk.api.user.CheckedUser
Package
Description
-
Uses of CheckedUser in com.atlassian.servicedesk.api.customer
Modifier and TypeMethodDescriptionCustomerService.createCustomer
(com.atlassian.jira.user.ApplicationUser user, CustomerCreateParameters customerCreateParameters) Creates a Jira Service Management customer.Modifier and TypeMethodDescriptionCustomerService.addCustomersToServiceDesk
(com.atlassian.jira.user.ApplicationUser user, ServiceDesk serviceDesk, Set<String> usernameOrEmails) Adds existing Jira Service Management customers to a service project. -
Uses of CheckedUser in com.atlassian.servicedesk.api.notification
Modifier and TypeMethodDescriptionCustomerNotificationSubscriptionService.getUnsubscribeCustomerNotificationUri
(CheckedUser recipient, com.atlassian.jira.issue.Issue issue) Provides a URL that can be included in any customer email notifications.boolean
CustomerNotificationSubscriptionService.isSubscribedCustomerNotifications
(CheckedUser recipient, com.atlassian.jira.issue.Issue issue) Given a user and issue, return whether user should be sent new customer notifcations. -
Uses of CheckedUser in com.atlassian.servicedesk.api.user
Modifier and TypeMethodDescriptionUserFactory.getCheckedUser()
Helper method to wrap getCurrentUserByType[CheckedUser].UserFactory.wrap
(com.atlassian.jira.user.ApplicationUser appUser) Returns aCheckedUser
from the application user or an error if an internal error occurred, or the ApplicationUser wasnull
.UserFactory.wrapUserKey
(String userkey) This turns a user key into a JIRA Application User and then wraps it up.UserFactory.wrapUsername
(String username) This turns a username into a JIRA Application User and then wraps it up.Modifier and TypeMethodDescriptionUncheckedUser.asCheckedUser()
Deprecated.Convert thisUncheckedUser
into an optionalCheckedUser
.UserFactory.wrap
(Collection<com.atlassian.jira.user.ApplicationUser> appUsers) Map a list ofApplicationUser
to a list ofCheckedUser
.UserFactory.wrapUsernames
(Collection<String> usernames) This turnsusernames
into a JIRA Application User and then wraps them toCheckedUser
.Modifier and TypeMethodDescriptionList<com.atlassian.jira.user.ApplicationUser>
UserFactory.unwrap
(Collection<CheckedUser> checkedUsers) Map a list ofCheckedUser
to a list ofApplicationUser
.