Uses of Interface
com.atlassian.servicedesk.api.user.CheckedUser
Packages that use CheckedUser
Package
Description
-
Uses of CheckedUser in com.atlassian.servicedesk.api.customer
Methods in com.atlassian.servicedesk.api.customer that return CheckedUserModifier and TypeMethodDescriptionCustomerService.createCustomer(com.atlassian.jira.user.ApplicationUser user, CustomerCreateParameters customerCreateParameters) Creates a Jira Service Management customer.Methods in com.atlassian.servicedesk.api.customer that return types with arguments of type CheckedUserModifier 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
Methods in com.atlassian.servicedesk.api.notification with parameters of type CheckedUserModifier and TypeMethodDescriptionCustomerNotificationSubscriptionService.getUnsubscribeCustomerNotificationUri(CheckedUser recipient, com.atlassian.jira.issue.Issue issue) Provides a URL that can be included in any customer email notifications.booleanCustomerNotificationSubscriptionService.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
Methods in com.atlassian.servicedesk.api.user that return CheckedUserModifier and TypeMethodDescriptionUserFactory.getCheckedUser()Helper method to wrap getCurrentUserByType[CheckedUser].UserFactory.wrap(com.atlassian.jira.user.ApplicationUser appUser) Returns aCheckedUserfrom 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.Methods in com.atlassian.servicedesk.api.user that return types with arguments of type CheckedUserModifier and TypeMethodDescriptionUncheckedUser.asCheckedUser()Deprecated.Convert thisUncheckedUserinto an optionalCheckedUser.UserFactory.wrap(Collection<com.atlassian.jira.user.ApplicationUser> appUsers) Map a list ofApplicationUserto a list ofCheckedUser.UserFactory.wrapUsernames(Collection<String> usernames) This turnsusernamesinto a JIRA Application User and then wraps them toCheckedUser.Method parameters in com.atlassian.servicedesk.api.user with type arguments of type CheckedUserModifier and TypeMethodDescriptionList<com.atlassian.jira.user.ApplicationUser> UserFactory.unwrap(Collection<CheckedUser> checkedUsers) Map a list ofCheckedUserto a list ofApplicationUser.