com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class Notification.To

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.Notification.To
Enclosing class:
Notification

public static final class Notification.To
extends Object


Field Summary
 boolean assignee
           
 List<String> emails
           
 List<com.atlassian.jira.testkit.client.restclient.Group> groups
           
 boolean reporter
           
 List<com.atlassian.jira.testkit.client.restclient.UserBean> users
           
 boolean voters
           
 boolean watchers
           
 
Constructor Summary
Notification.To()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

reporter

public boolean reporter

assignee

public boolean assignee

watchers

public boolean watchers

voters

public boolean voters

emails

public final List<String> emails

users

public final List<com.atlassian.jira.testkit.client.restclient.UserBean> users

groups

public final List<com.atlassian.jira.testkit.client.restclient.Group> groups
Constructor Detail

Notification.To

public Notification.To()
Method Detail

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-2014 Atlassian. All Rights Reserved.