Class GHMembership

    • Constructor Detail

      • GHMembership

        public GHMembership()
    • Method Detail

      • getUrl

        public URL getUrl()
        Gets url.
        Returns:
        the url
      • getUser

        public GHUser getUser()
        Gets user.
        Returns:
        the user
      • getOrganization

        public GHOrganization getOrganization()
        Gets organization.
        Returns:
        the organization
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance