@ExperimentalApi public interface

LicenseRole

com.atlassian.jira.license.LicenseRole
Known Indirect Subclasses

@ExperimentalApi

This interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Represents a License Role in JIRA.

Summary

Public Methods
@Nonnull Set<String> getGroups()
Return the set of Group Ids associated with the role.
@Nonnull LicenseRoleId getId()
Returns the canonical LicenseRoleId that uniquely identifies this LicenseRole.
@Nonnull String getName()
Return the name of the license role.

Public Methods

@Nonnull public Set<String> getGroups ()

Return the set of Group Ids associated with the role.

Returns
  • the groups ids associated with the role.

@Nonnull public LicenseRoleId getId ()

Returns the canonical LicenseRoleId that uniquely identifies this LicenseRole.

Returns

@Nonnull public String getName ()

Return the name of the license role. The name is i18ned for the calling user.

Returns
  • the name of the license role. The name is i18ned for the calling user.