public static class ApplicationRoleControl.ApplicationRoleBean extends Object
Constructor and Description |
---|
ApplicationRoleBean() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getDefaultGroups() |
List<String> |
getGroups() |
Boolean |
getHasUnlimitedSeats() |
String |
getKey() |
String |
getName() |
Integer |
getNumberOfSeats() |
Integer |
getRemainingSeats() |
Integer |
getUserCount() |
boolean |
isSelectedByDefault() |
ApplicationRoleControl.ApplicationRoleBean |
setDefaultGroups(List<String> defaultGroups) |
ApplicationRoleControl.ApplicationRoleBean |
setHasUnlimitedSeats(boolean hasUnlimitedSeats) |
ApplicationRoleControl.ApplicationRoleBean |
setNumberOfSeats(Integer numberOfSeats) |
ApplicationRoleControl.ApplicationRoleBean |
setRemainingSeats(Integer remainingSeats) |
ApplicationRoleControl.ApplicationRoleBean |
setSelectedByDefault(boolean selectedByDefault) |
ApplicationRoleControl.ApplicationRoleBean |
setUserCount(Integer userCount) |
String |
toString() |
public String getName()
public String getKey()
public boolean isSelectedByDefault()
public Integer getNumberOfSeats()
public Integer getRemainingSeats()
public Integer getUserCount()
public Boolean getHasUnlimitedSeats()
public ApplicationRoleControl.ApplicationRoleBean setDefaultGroups(List<String> defaultGroups)
public ApplicationRoleControl.ApplicationRoleBean setSelectedByDefault(boolean selectedByDefault)
public ApplicationRoleControl.ApplicationRoleBean setNumberOfSeats(Integer numberOfSeats)
public ApplicationRoleControl.ApplicationRoleBean setRemainingSeats(Integer remainingSeats)
public ApplicationRoleControl.ApplicationRoleBean setUserCount(Integer userCount)
public ApplicationRoleControl.ApplicationRoleBean setHasUnlimitedSeats(boolean hasUnlimitedSeats)
Copyright © 2002-2015 Atlassian. All Rights Reserved.