Package de.qytera.qtaf.xray.dto.jira
Class ApplicationRoleCloudDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.ApplicationRoleDto
de.qytera.qtaf.xray.dto.jira.ApplicationRoleCloudDto
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.inthashCode()voidsetDefaultGroupDetails(List<GroupCloudDto> defaultGroupDetails) The groups that are granted default access for this application role.voidsetGroupDetails(List<GroupCloudDto> groupDetails) The groups associated with the application role.toString()Methods inherited from class de.qytera.qtaf.xray.dto.jira.ApplicationRoleDto
getDefaultGroups, getGroups, getHasUnlimitedSeats, getKey, getName, getNumberOfSeats, getPlatform, getRemainingSeats, getSelectedByDefault, getUserCount, getUserCountDescription, setDefaultGroups, setGroups, setHasUnlimitedSeats, setKey, setName, setNumberOfSeats, setPlatform, setRemainingSeats, setSelectedByDefault, setUserCount, setUserCountDescription
-
Constructor Details
-
ApplicationRoleCloudDto
public ApplicationRoleCloudDto()
-
-
Method Details
-
getDefaultGroupDetails
The groups that are granted default access for this application role. -
getGroupDetails
The groups associated with the application role. -
setDefaultGroupDetails
The groups that are granted default access for this application role. -
setGroupDetails
The groups associated with the application role. -
toString
- Overrides:
toStringin classApplicationRoleDto
-
equals
- Overrides:
equalsin classApplicationRoleDto
-
canEqual
- Overrides:
canEqualin classApplicationRoleDto
-
hashCode
public int hashCode()- Overrides:
hashCodein classApplicationRoleDto
-