com.atlassian.jira.rest.client.api
Interface AddressableEntity

All Known Implementing Classes:
AddressableNamedEntity, Attachment, BasicComponent, BasicIssue, BasicPriority, BasicProject, BasicProjectRole, BasicUser, BasicVotes, BasicWatchers, CimIssueType, CimProject, Comment, Component, Filter, Issue, IssuelinksType, IssueType, Priority, Project, ProjectRole, Resolution, SecurityLevel, Status, User, Version, Votes, Watchers, Worklog

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
 java.net.URI getSelf()
           
 

Method Detail

getSelf

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


Copyright © 2015 Atlassian. All Rights Reserved.