public interface Improvement
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getId()
Identifier of the improvement.
|
java.util.Collection<java.lang.String> |
getLabels()
Labels of this improvement.
|
java.lang.String |
getTitle()
Title of the improvement.
|
java.lang.String |
getUrl()
The link to the improvement.
|
boolean |
isPullRequest()
Informs if given issue is a pull request
|
java.lang.Long getId()
java.lang.String getTitle()
java.lang.String getUrl()
java.util.Collection<java.lang.String> getLabels()
boolean isPullRequest()