Class GetCommentsForComparedCommitRequest

    • Method Detail

      • repositoryName

        public final String repositoryName()

        The name of the repository where you want to compare commits.

        Returns:
        The name of the repository where you want to compare commits.
      • beforeCommitId

        public final String beforeCommitId()

        To establish the directionality of the comparison, the full commit ID of the before commit.

        Returns:
        To establish the directionality of the comparison, the full commit ID of the before commit.
      • afterCommitId

        public final String afterCommitId()

        To establish the directionality of the comparison, the full commit ID of the after commit.

        Returns:
        To establish the directionality of the comparison, the full commit ID of the after commit.
      • nextToken

        public final String nextToken()

        An enumeration token that when provided in a request, returns the next batch of the results.

        Returns:
        An enumeration token that when provided in a request, returns the next batch of the results.
      • maxResults

        public final Integer maxResults()

        A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.

        Returns:
        A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object