Class GetBranchRequest

    • Constructor Detail

      • GetBranchRequest

        public GetBranchRequest()
    • Method Detail

      • setRepositoryName

        public void setRepositoryName​(String repositoryName)

        The name of the repository that contains the branch for which you want to retrieve information.

        Parameters:
        repositoryName - The name of the repository that contains the branch for which you want to retrieve information.
      • getRepositoryName

        public String getRepositoryName()

        The name of the repository that contains the branch for which you want to retrieve information.

        Returns:
        The name of the repository that contains the branch for which you want to retrieve information.
      • withRepositoryName

        public GetBranchRequest withRepositoryName​(String repositoryName)

        The name of the repository that contains the branch for which you want to retrieve information.

        Parameters:
        repositoryName - The name of the repository that contains the branch for which you want to retrieve information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBranchName

        public void setBranchName​(String branchName)

        The name of the branch for which you want to retrieve information.

        Parameters:
        branchName - The name of the branch for which you want to retrieve information.
      • getBranchName

        public String getBranchName()

        The name of the branch for which you want to retrieve information.

        Returns:
        The name of the branch for which you want to retrieve information.
      • withBranchName

        public GetBranchRequest withBranchName​(String branchName)

        The name of the branch for which you want to retrieve information.

        Parameters:
        branchName - The name of the branch for which you want to retrieve information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object