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

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

public class Priority
extends Object

Representation of a priority in the JIRA REST API.

Since:
v4.3

Constructor Summary
Priority()
           
Priority(String self, String id, String name, String statusColor, String description, String iconUrl)
           
 
Method Summary
 String description()
           
 Priority description(String description)
           
 boolean equals(Object o)
           
 int hashCode()
           
 String iconUrl()
           
 Priority iconUrl(String iconUrl)
           
 String id()
           
 Priority id(String id)
           
 String name()
           
 Priority name(String name)
           
 String self()
           
 Priority self(String self)
           
 String statusColor()
           
 Priority statusColor(String statusColor)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Priority

public Priority()

Priority

public Priority(String self,
                String id,
                String name,
                String statusColor,
                String description,
                String iconUrl)
Method Detail

self

public String self()

self

public Priority self(String self)

id

public String id()

id

public Priority id(String id)

name

public String name()

name

public Priority name(String name)

statusColor

public String statusColor()

statusColor

public Priority statusColor(String statusColor)

description

public String description()

description

public Priority description(String description)

iconUrl

public String iconUrl()

iconUrl

public Priority iconUrl(String iconUrl)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.