com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class Group

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.Group

public class Group
extends Object

Representation for group in the JIRA REST API.

Since:
v4.3

Constructor Summary
Group()
           
Group(String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String name()
           
 Group name(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(String name)
Method Detail

name

public String name()

name

public Group name(String name)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.