Class GitHubAppInstallation


  • public class GitHubAppInstallation
    extends Object
    • Constructor Detail

      • GitHubAppInstallation

        public GitHubAppInstallation​(@NotNull
                                     String id,
                                     @NotNull
                                     GitHubUser account,
                                     @NotNull
                                     GitHubUser suspendedBy,
                                     @Nullable
                                     String suspendedAt)
    • Method Detail

      • getId

        @NotNull
        public String getId()
      • getAccount

        @NotNull
        public GitHubUser getAccount()
      • getSuspendedBy

        @Nullable
        public GitHubUser getSuspendedBy()
      • getSuspendedAt

        @Nullable
        public String getSuspendedAt()