Class GHIssueQueryBuilder

    • Method Detail

      • state

        public GHIssueQueryBuilder state​(GHIssueState state)
        State gh issue query builder.
        Parameters:
        state - the state
        Returns:
        the gh issue query builder
      • label

        public GHIssueQueryBuilder label​(String label)
        Labels gh issue query builder.
        Parameters:
        label - the labels
        Returns:
        the gh issue query builder
      • direction

        public GHIssueQueryBuilder direction​(GHDirection direction)
        Direction gh issue query builder.
        Parameters:
        direction - the direction
        Returns:
        the gh issue query builder
      • since

        public GHIssueQueryBuilder since​(Date date)
        Only issues after this date will be returned.
        Parameters:
        date - the date
        Returns:
        the gh issue query builder
      • since

        public GHIssueQueryBuilder since​(long timestamp)
        Only issues after this date will be returned.
        Parameters:
        timestamp - the timestamp
        Returns:
        the gh issue query builder
      • pageSize

        public GHIssueQueryBuilder pageSize​(int pageSize)
        Page size gh issue query builder.
        Parameters:
        pageSize - the page size
        Returns:
        the gh issue query builder
      • getApiUrl

        public abstract String getApiUrl()
        Gets the api url.
        Returns:
        the api url
      • 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