com.atlassian.jira.rest.client.api.domain
Class BasicPriority
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
com.atlassian.jira.rest.client.api.domain.BasicPriority
- All Implemented Interfaces:
- AddressableEntity, IdentifiableEntity<Long>, NamedEntity
- Direct Known Subclasses:
- Priority
public class BasicPriority
- extends AddressableNamedEntity
- implements IdentifiableEntity<Long>
Basic information about selected priority
- Since:
- v0.1
BasicPriority
public BasicPriority(URI self,
@Nullable
Long id,
String name)
getId
@Nullable
public Long getId()
- Getter for id
- Specified by:
getId
in interface IdentifiableEntity<Long>
- Returns:
- the id
getToStringHelper
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
- Overrides:
getToStringHelper
in class AddressableNamedEntity
Copyright © 2012 Atlassian. All Rights Reserved.