Interface LinksHolder
-
- All Known Implementing Classes:
Author,Change,Comments,Project,PullRequest,Repository
public interface LinksHolderThis interface should NOT be applied to "option" like classes and/or used in instances where this is applied to outgoing http traffic. This interface should ONLY be used for classes modeled after incoming http traffic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Linkslinks()
-
-
-
Method Detail
-
links
@Nullable Links links()
-
-