com.atlassian.jira.rest.v2.issue
Class GroupBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.GroupBean

public class GroupBean
extends Object

Bean class for a user group.

Since:
v4.2

Constructor Summary
GroupBean(String name)
          Creates a new GroupBean for the group with the given name.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupBean

public GroupBean(String name)
Creates a new GroupBean for the group with the given name.

Parameters:
name - a String containing the group name


Copyright © 2002-2013 Atlassian. All Rights Reserved.