public static class

ApplicationRoleControl.ApplicationRoleBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.backdoor.ApplicationRoleControl.ApplicationRoleBean

Summary

Public Constructors
ApplicationRoleBean()
Public Methods
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()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ApplicationRoleBean ()

Public Methods

public List<String> getDefaultGroups ()

public List<String> getGroups ()

public Boolean getHasUnlimitedSeats ()

public String getKey ()

public String getName ()

public Integer getNumberOfSeats ()

public Integer getRemainingSeats ()

public Integer getUserCount ()

public boolean isSelectedByDefault ()

public ApplicationRoleControl.ApplicationRoleBean setDefaultGroups (List<String> defaultGroups)

public ApplicationRoleControl.ApplicationRoleBean setHasUnlimitedSeats (boolean hasUnlimitedSeats)

public ApplicationRoleControl.ApplicationRoleBean setNumberOfSeats (Integer numberOfSeats)

public ApplicationRoleControl.ApplicationRoleBean setRemainingSeats (Integer remainingSeats)

public ApplicationRoleControl.ApplicationRoleBean setSelectedByDefault (boolean selectedByDefault)

public ApplicationRoleControl.ApplicationRoleBean setUserCount (Integer userCount)

public String toString ()