Class GHApp

    • Constructor Detail

      • GHApp

        public GHApp()
    • Method Detail

      • getOwner

        public GHUser getOwner()
        Gets owner.
        Returns:
        the owner
      • setOwner

        @Deprecated
        public void setOwner​(GHUser owner)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets owner.
        Parameters:
        owner - the owner
      • getName

        public String getName()
        Gets name.
        Returns:
        the name
      • setName

        @Deprecated
        public void setName​(String name)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets name.
        Parameters:
        name - the name
      • getDescription

        public String getDescription()
        Gets description.
        Returns:
        the description
      • setDescription

        @Deprecated
        public void setDescription​(String description)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets description.
        Parameters:
        description - the description
      • getExternalUrl

        public String getExternalUrl()
        Gets external url.
        Returns:
        the external url
      • setExternalUrl

        @Deprecated
        public void setExternalUrl​(String externalUrl)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets external url.
        Parameters:
        externalUrl - the external url
      • getEvents

        public List<GHEvent> getEvents()
        Gets events.
        Returns:
        the events
      • setEvents

        @Deprecated
        public void setEvents​(List<GHEvent> events)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets events.
        Parameters:
        events - the events
      • getInstallationsCount

        public long getInstallationsCount()
        Gets installations count.
        Returns:
        the installations count
      • setInstallationsCount

        @Deprecated
        public void setInstallationsCount​(long installationsCount)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets installations count.
        Parameters:
        installationsCount - the installations count
      • getHtmlUrl

        public URL getHtmlUrl()
        Description copied from class: GHObject
        Gets html url.
        Specified by:
        getHtmlUrl in class GHObject
        Returns:
        URL of this object for humans, which renders some HTML.
      • getPermissions

        public Map<String,​String> getPermissions()
        Gets permissions.
        Returns:
        the permissions
      • setPermissions

        @Deprecated
        public void setPermissions​(Map<String,​String> permissions)
        Deprecated.
        Do not use this method. It was added due to incomplete understanding of Jackson binding.
        Sets permissions.
        Parameters:
        permissions - the permissions