com.atlassian.jira.rest.client.api.domain
Class Filter

java.lang.Object
  extended by com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
      extended by com.atlassian.jira.rest.client.api.domain.Filter
All Implemented Interfaces:
AddressableEntity, IdentifiableEntity<Long>, NamedEntity

public class Filter
extends AddressableNamedEntity
implements IdentifiableEntity<Long>

Represents Filter

Since:
2.0

Field Summary
 
Fields inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
name, self
 
Constructor Summary
Filter(URI self, Long id, String name, String description, String jql, URI viewUrl, URI searchUrl, BasicUser owner, boolean favourite)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 Long getId()
           
 String getJql()
           
 BasicUser getOwner()
           
 URI getSearchUrl()
           
protected  com.google.common.base.Objects.ToStringHelper getToStringHelper()
           
 URI getViewUrl()
           
 int hashCode()
           
 boolean isFavourite()
           
 
Methods inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
getName, getSelf, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Filter

public Filter(URI self,
              Long id,
              String name,
              String description,
              String jql,
              URI viewUrl,
              URI searchUrl,
              BasicUser owner,
              boolean favourite)
Method Detail

getId

public Long getId()
Specified by:
getId in interface IdentifiableEntity<Long>

getJql

public String getJql()

getViewUrl

public URI getViewUrl()

getSearchUrl

public URI getSearchUrl()

getDescription

public String getDescription()

getOwner

public BasicUser getOwner()

isFavourite

public boolean isFavourite()

getToStringHelper

protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Overrides:
getToStringHelper in class AddressableNamedEntity

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AddressableNamedEntity


Copyright © 2013 Atlassian. All Rights Reserved.