@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class ApplicationRole extends Object
| Constructor and Description |
|---|
ApplicationRole() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationRole |
addDefaultGroupsItem(String defaultGroupsItem) |
ApplicationRole |
addGroupsItem(String groupsItem) |
ApplicationRole |
defaultGroups(List<String> defaultGroups) |
ApplicationRole |
defined(Boolean defined) |
boolean |
equals(Object o) |
List<String> |
getDefaultGroups()
The groups that are granted default access for this application role.
|
Boolean |
getDefined()
Deprecated.
|
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 |
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 |
setDefined(Boolean defined) |
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 key(String key)
public String getKey()
public void setKey(String key)
public ApplicationRole groups(List<String> groups)
public ApplicationRole addGroupsItem(String groupsItem)
public List<String> getGroups()
public ApplicationRole name(String name)
public String getName()
public void setName(String name)
public ApplicationRole defaultGroups(List<String> defaultGroups)
public ApplicationRole addDefaultGroupsItem(String defaultGroupsItem)
public List<String> getDefaultGroups()
public ApplicationRole selectedByDefault(Boolean selectedByDefault)
public Boolean getSelectedByDefault()
public void setSelectedByDefault(Boolean selectedByDefault)
public ApplicationRole defined(Boolean defined)
public Boolean getDefined()
public void setDefined(Boolean defined)
public ApplicationRole numberOfSeats(Integer numberOfSeats)
public Integer getNumberOfSeats()
public void setNumberOfSeats(Integer numberOfSeats)
public ApplicationRole remainingSeats(Integer remainingSeats)
public Integer getRemainingSeats()
public void setRemainingSeats(Integer remainingSeats)
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)
public ApplicationRole hasUnlimitedSeats(Boolean hasUnlimitedSeats)
public Boolean getHasUnlimitedSeats()
public void setHasUnlimitedSeats(Boolean hasUnlimitedSeats)
public ApplicationRole platform(Boolean platform)
public Boolean getPlatform()
public void setPlatform(Boolean platform)
Copyright © 2011–2021 Everit Kft.. All rights reserved.