@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class ApplicationRole extends Object
| Constructor and Description |
|---|
ApplicationRole() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRole |
addDefaultGroupsDetailsItem(GroupName defaultGroupsDetailsItem) |
ApplicationRole |
addDefaultGroupsItem(String defaultGroupsItem) |
ApplicationRole |
addGroupDetailsItem(GroupName groupDetailsItem) |
ApplicationRole |
addGroupsItem(String groupsItem) |
ApplicationRole |
defaultGroups(List<String> defaultGroups) |
ApplicationRole |
defaultGroupsDetails(List<GroupName> defaultGroupsDetails) |
ApplicationRole |
defined(Boolean defined) |
boolean |
equals(Object o) |
List<String> |
getDefaultGroups()
The groups that are granted default access for this application role.
|
List<GroupName> |
getDefaultGroupsDetails()
The groups that are granted default access for this application role.
|
Boolean |
getDefined()
Deprecated.
|
List<GroupName> |
getGroupDetails()
The groups associated with the application role.
|
List<String> |
getGroups()
The groups associated with the application role.
|
Boolean |
getHasUnlimitedSeats()
Get hasUnlimitedSeats
|
String |
getKey()
The key of the application role.
|
String |
getName()
The display name of the application role.
|
Integer |
getNumberOfSeats()
The maximum count of users on your license.
|
Boolean |
getPlatform()
Indicates if the application role belongs to Jira platform (`jira-core`).
|
Integer |
getRemainingSeats()
The count of users remaining on your license.
|
Boolean |
getSelectedByDefault()
Determines whether this application role should be selected by default on user creation.
|
Integer |
getUserCount()
The number of users counting against your license.
|
String |
getUserCountDescription()
The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.
|
ApplicationRole |
groupDetails(List<GroupName> groupDetails) |
ApplicationRole |
groups(List<String> groups) |
int |
hashCode() |
ApplicationRole |
hasUnlimitedSeats(Boolean hasUnlimitedSeats) |
ApplicationRole |
key(String key) |
ApplicationRole |
name(String name) |
ApplicationRole |
numberOfSeats(Integer numberOfSeats) |
ApplicationRole |
platform(Boolean platform) |
ApplicationRole |
remainingSeats(Integer remainingSeats) |
ApplicationRole |
selectedByDefault(Boolean selectedByDefault) |
void |
setDefaultGroups(List<String> defaultGroups) |
void |
setDefaultGroupsDetails(List<GroupName> defaultGroupsDetails) |
void |
setDefined(Boolean defined) |
void |
setGroupDetails(List<GroupName> groupDetails) |
void |
setGroups(List<String> groups) |
void |
setHasUnlimitedSeats(Boolean hasUnlimitedSeats) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setNumberOfSeats(Integer numberOfSeats) |
void |
setPlatform(Boolean platform) |
void |
setRemainingSeats(Integer remainingSeats) |
void |
setSelectedByDefault(Boolean selectedByDefault) |
void |
setUserCount(Integer userCount) |
void |
setUserCountDescription(String userCountDescription) |
String |
toString() |
ApplicationRole |
userCount(Integer userCount) |
ApplicationRole |
userCountDescription(String userCountDescription) |
public ApplicationRole defaultGroups(List<String> defaultGroups)
public ApplicationRole addDefaultGroupsItem(String defaultGroupsItem)
public List<String> getDefaultGroups()
public ApplicationRole defaultGroupsDetails(List<GroupName> defaultGroupsDetails)
public ApplicationRole addDefaultGroupsDetailsItem(GroupName defaultGroupsDetailsItem)
public List<GroupName> getDefaultGroupsDetails()
public ApplicationRole defined(Boolean defined)
public Boolean getDefined()
public void setDefined(Boolean defined)
public ApplicationRole groupDetails(List<GroupName> groupDetails)
public ApplicationRole addGroupDetailsItem(GroupName groupDetailsItem)
public List<GroupName> getGroupDetails()
public ApplicationRole groups(List<String> groups)
public ApplicationRole addGroupsItem(String groupsItem)
public List<String> getGroups()
public ApplicationRole hasUnlimitedSeats(Boolean hasUnlimitedSeats)
public Boolean getHasUnlimitedSeats()
public void setHasUnlimitedSeats(Boolean hasUnlimitedSeats)
public ApplicationRole key(String key)
public String getKey()
public void setKey(String key)
public ApplicationRole name(String name)
public String getName()
public void setName(String name)
public ApplicationRole numberOfSeats(Integer numberOfSeats)
public Integer getNumberOfSeats()
public void setNumberOfSeats(Integer numberOfSeats)
public ApplicationRole platform(Boolean platform)
public Boolean getPlatform()
public void setPlatform(Boolean platform)
public ApplicationRole remainingSeats(Integer remainingSeats)
public Integer getRemainingSeats()
public void setRemainingSeats(Integer remainingSeats)
public ApplicationRole selectedByDefault(Boolean selectedByDefault)
public Boolean getSelectedByDefault()
public void setSelectedByDefault(Boolean selectedByDefault)
public ApplicationRole userCount(Integer userCount)
public Integer getUserCount()
public void setUserCount(Integer userCount)
public ApplicationRole userCountDescription(String userCountDescription)
public String getUserCountDescription()
public void setUserCountDescription(String userCountDescription)
Copyright © 2011–2023 Everit Kft.. All rights reserved.