com.atlassian.jira.rest.client.api.domain
Class Filter
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
com.atlassian.jira.rest.client.api.domain.Filter
- All Implemented Interfaces:
- AddressableEntity, IdentifiableEntity<java.lang.Long>, NamedEntity
public class Filter
- extends AddressableNamedEntity
- implements IdentifiableEntity<java.lang.Long>
Represents Filter
- Since:
- 2.0
|
Constructor Summary |
Filter(java.net.URI self,
java.lang.Long id,
java.lang.String name,
java.lang.String description,
java.lang.String jql,
java.net.URI viewUrl,
java.net.URI searchUrl,
BasicUser owner,
boolean favourite)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Filter
public Filter(java.net.URI self,
java.lang.Long id,
java.lang.String name,
java.lang.String description,
java.lang.String jql,
java.net.URI viewUrl,
java.net.URI searchUrl,
BasicUser owner,
boolean favourite)
getId
public java.lang.Long getId()
- Specified by:
getId in interface IdentifiableEntity<java.lang.Long>
getJql
public java.lang.String getJql()
getViewUrl
public java.net.URI getViewUrl()
getSearchUrl
public java.net.URI getSearchUrl()
getDescription
public java.lang.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(java.lang.Object obj)
- Overrides:
equals in class AddressableNamedEntity
hashCode
public int hashCode()
- Overrides:
hashCode in class AddressableNamedEntity
Copyright © 2013 Atlassian. All Rights Reserved.