Interface LinksHolder

  • All Known Implementing Classes:
    Author, Change, Comments, Project, PullRequest, Repository

    public interface LinksHolder
    This 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 Detail

      • links

        @Nullable
        Links links()