Interface InstallationList

  • All Known Implementing Classes:
    ImmutableInstallationList

    @Immutable
    public interface InstallationList
    The interface InstallationList content.
    • Method Detail

      • totalCount

        int totalCount()
        Count of installations of the App the caller has access to.
        Returns:
        the int
        See Also:
        "https://developer.github.com/v3/apps/installations/#list-installations-for-a-user"
      • installations

        List<Installation> installations()
        Installations list.
        Returns:
        the list