Package de.qytera.qtaf.xray.dto.jira
Class ApplicationRoleDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.ApplicationRoleDto
- Direct Known Subclasses:
ApplicationRoleCloudDto,ApplicationRoleServerDto
This resource represents application roles. Use it to get details of an application role or all application roles.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe groups that are granted default access for this application role.The groups associated with the application role.Whether the application role has unlimited seats.getKey()The key of the application role.getName()The display name of the application role.The maximum count of users on your license.Indicates if the application role belongs to Jira platform (jira-core).The count of users remaining on your license.Determines whether this application role should be selected by default on user creation.The number of users counting against your license.The type of users being counted against your license.inthashCode()voidsetDefaultGroups(List<String> defaultGroups) The groups that are granted default access for this application role.voidThe groups associated with the application role.voidsetHasUnlimitedSeats(Boolean hasUnlimitedSeats) Whether the application role has unlimited seats.voidThe key of the application role.voidThe display name of the application role.voidsetNumberOfSeats(Integer numberOfSeats) The maximum count of users on your license.voidsetPlatform(Boolean platform) Indicates if the application role belongs to Jira platform (jira-core).voidsetRemainingSeats(Integer remainingSeats) The count of users remaining on your license.voidsetSelectedByDefault(Boolean selectedByDefault) Determines whether this application role should be selected by default on user creation.voidsetUserCount(Integer userCount) The number of users counting against your license.voidsetUserCountDescription(String userCountDescription) The type of users being counted against your license.toString()
-
Constructor Details
-
ApplicationRoleDto
public ApplicationRoleDto()
-
-
Method Details
-
getKey
The key of the application role. -
getGroups
The groups associated with the application role. -
getName
The display name of the application role. -
getDefaultGroups
The groups that are granted default access for this application role. -
getSelectedByDefault
Determines whether this application role should be selected by default on user creation. -
getNumberOfSeats
The maximum count of users on your license. -
getRemainingSeats
The count of users remaining on your license. -
getUserCount
The number of users counting against your license. -
getUserCountDescription
The type of users being counted against your license. -
getHasUnlimitedSeats
Whether the application role has unlimited seats. -
getPlatform
Indicates if the application role belongs to Jira platform (jira-core). -
setKey
The key of the application role. -
setGroups
The groups associated with the application role. -
setName
The display name of the application role. -
setDefaultGroups
The groups that are granted default access for this application role. -
setSelectedByDefault
Determines whether this application role should be selected by default on user creation. -
setNumberOfSeats
The maximum count of users on your license. -
setRemainingSeats
The count of users remaining on your license. -
setUserCount
The number of users counting against your license. -
setUserCountDescription
The type of users being counted against your license. -
setHasUnlimitedSeats
Whether the application role has unlimited seats. -
setPlatform
Indicates if the application role belongs to Jira platform (jira-core). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-