@PublicApi
public interface ServiceDeskLicenseService
| Modifier and Type | Method and Description |
|---|---|
ServiceDeskLicense |
getLicense()
Gets the
ServiceDeskLicense for instance |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,Boolean> |
hasAgentLicense(com.atlassian.jira.user.ApplicationUser user)
Checks whether the user has an agent license for instance.
|
ServiceDeskLicense getLicense()
ServiceDeskLicense for instanceServiceDeskLicense license@Nonnull com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,Boolean> hasAgentLicense(@Nonnull com.atlassian.jira.user.ApplicationUser user)
user - the user who you want to checkCopyright © 2018 Atlassian. All rights reserved.