com.atlassian.jira.rest.client
Interface AddressableEntity

All Known Implementing Classes:
AddressableNamedEntity, Attachment, BasicComponent, BasicIssue, BasicIssueType, BasicPriority, BasicProject, BasicResolution, BasicStatus, BasicUser, BasicVotes, BasicWatchers, Comment, Component, Issue, IssueType, Priority, Project, Resolution, Status, User, Version, Votes, Watchers

public interface AddressableEntity

Any REST resource representation with URI to itself (or to its complete version - when partial representation is embedded in other resources)

Since:
v0.1

Method Summary
 URI getSelf()
           
 

Method Detail

getSelf

URI getSelf()
Returns:
URI to this resource or (usually) its complete version - when partial representation is embedded in other resources


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.