- java.lang.Object
-
- com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
-
- All Implemented Interfaces:
- AddressableEntity, NamedEntity
- Direct Known Subclasses:
- BasicPriority, BasicUser, Filter, Group, IssuelinksType, Resolution, SecurityLevel, Status, StatusCategory
public class AddressableNamedEntity
extends Object
implements AddressableEntity, NamedEntity
Any resource which is addressable (has "self" URI) and has a name.
- Since:
- v0.1
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected String |
name |
protected URI |
self |
-
-
Field Detail
-
self
protected final URI self
-
Method Detail
-
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
Copyright © 2023 Atlassian. All rights reserved.