Class BasicWatchers
java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicWatchers
- All Implemented Interfaces:
AddressableEntity
- Direct Known Subclasses:
Watchers
Basic information about watchers of a JIRA issue
- Since:
- v0.1
-
Constructor Details
-
BasicWatchers
-
-
Method Details
-
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
-
isWatching
public boolean isWatching() -
getNumWatchers
public int getNumWatchers() -
getToStringHelper
protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper() -
toString
-
equals
-
hashCode
public int hashCode()
-