Klasse ApplicationRole.ApplicationRoleBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.ApplicationRole.ApplicationRoleBuilder
- Umschließende Klasse:
ApplicationRole
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
defaultGroups
(Set<String> defaultGroups) The groups that are granted default access for this application role.defaultGroupsDetails
(List<GroupName> defaultGroupsDetails) The groups that are granted default access for this application role.Deprecated.groupDetails
(List<GroupName> groupDetails) The groups associated with the application role.The groups associated with the application role.hasUnlimitedSeats
(Boolean hasUnlimitedSeats) The key of the application role.The display name of the application role.numberOfSeats
(Integer numberOfSeats) The maximum count of users on your license.Indicates if the application role belongs to Jira platform (jira-core
).remainingSeats
(Integer remainingSeats) The count of users remaining on your license.selectedByDefault
(Boolean selectedByDefault) Determines whether this application role should be selected by default on user creation.toString()
The number of users counting against your license.userCountDescription
(String userCountDescription) The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.
-
Methodendetails
-
defaultGroups
The groups that are granted default access for this application role. As a group's name can change, use ofdefaultGroupsDetails
is recommended to identify a groups.- Gibt zurück:
this
.
-
defaultGroupsDetails
public ApplicationRole.ApplicationRoleBuilder defaultGroupsDetails(List<GroupName> defaultGroupsDetails) The groups that are granted default access for this application role.- Gibt zurück:
this
.
-
defined
Deprecated.- Gibt zurück:
this
.
-
groupDetails
The groups associated with the application role.- Gibt zurück:
this
.
-
groups
The groups associated with the application role. As a group's name can change, use ofgroupDetails
is recommended to identify a groups.- Gibt zurück:
this
.
-
hasUnlimitedSeats
- Gibt zurück:
this
.
-
key
The key of the application role.- Gibt zurück:
this
.
-
name
The display name of the application role.- Gibt zurück:
this
.
-
numberOfSeats
The maximum count of users on your license.- Gibt zurück:
this
.
-
platform
Indicates if the application role belongs to Jira platform (jira-core
).- Gibt zurück:
this
.
-
remainingSeats
The count of users remaining on your license.- Gibt zurück:
this
.
-
selectedByDefault
Determines whether this application role should be selected by default on user creation.- Gibt zurück:
this
.
-
userCount
The number of users counting against your license.- Gibt zurück:
this
.
-
userCountDescription
The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.- Gibt zurück:
this
.
-
build
-
toString
-