com.atlassian.jira.rest.v2.admin.licenserole
Class LicenseRoleBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.admin.licenserole.LicenseRoleBean

public class LicenseRoleBean
extends Object

Representation of a LicenseRole in REST.

Since:
v6.3

Constructor Summary
LicenseRoleBean()
           
LicenseRoleBean(LicenseRole role)
           
 
Method Summary
 Set<String> getGroups()
           
 String getId()
           
 String getName()
           
 void setGroups(Set<String> groups)
           
 void setId(String id)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseRoleBean

public LicenseRoleBean(LicenseRole role)

LicenseRoleBean

public LicenseRoleBean()
Method Detail

getId

public String getId()

getGroups

public Set<String> getGroups()

getName

public String getName()

setId

public void setId(String id)

setGroups

public void setGroups(Set<String> groups)

setName

public void setName(String name)


Copyright © 2002-2014 Atlassian. All Rights Reserved.