Class GitHubRelease
- java.lang.Object
-
- com.mooltiverse.oss.nyx.services.github.GitHubRelease
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Attachment>getAssets()Returns the assets attached to the relese, otherwise returnsnull.StringgetID()Returns the ID for the entity on this service.StringgetTag()Returns the tag the release refers to.StringgetTitle()Returns the release title.
-
-
-
Method Detail
-
getAssets
public Set<Attachment> getAssets()
Returns the assets attached to the relese, otherwise returnsnull.
-
getTitle
public String getTitle()
Returns the release title.
-
getTag
public String getTag()
Returns the tag the release refers to.
-
getID
public String getID()
Returns the ID for the entity on this service.- Returns:
- the ID for the entity on this service.
-
-