com.atlassian.jira.rest.client.domain
Class BasicWatchers
java.lang.Object
com.atlassian.jira.rest.client.domain.BasicWatchers
- All Implemented Interfaces:
- AddressableEntity
- Direct Known Subclasses:
- Watchers
public class BasicWatchers
- extends Object
- implements AddressableEntity
Basic information about watchers of a JIRA issue
- Since:
- v0.1
BasicWatchers
public BasicWatchers(URI self,
boolean watching,
int numWatchers)
getSelf
public URI getSelf()
- Specified by:
getSelf
in interface AddressableEntity
- 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()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.