Interface ApplicationRoleDefinitions.ApplicationRoleDefinition

All Known Implementing Classes:
MockApplicationRoleDefinition
Enclosing interface:
ApplicationRoleDefinitions

public static interface ApplicationRoleDefinitions.ApplicationRoleDefinition
Definition of an ApplicationRole.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.application.api.ApplicationKey
    key()
    Returns the ApplicationKey that defines the application.
    The name of the ApplicationRole
  • Method Details

    • key

      com.atlassian.application.api.ApplicationKey key()
      Returns the ApplicationKey that defines the application.
      Returns:
      the ApplicationKey that defines the application.
    • name

      String name()
      The name of the ApplicationRole
      Returns:
      the name of the ApplicationRole