Interface PullRequestUpdate

  • All Known Implementing Classes:
    ImmutablePullRequestUpdate

    @Immutable
    public interface PullRequestUpdate
    Pull request update request resource
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> body()
      The contents of the pull request.
      java.util.Optional<java.lang.String> state()
      State of this Pull Request.
      java.util.Optional<java.lang.String> title()
      The title of the pull request.
    • Method Detail

      • title

        java.util.Optional<java.lang.String> title()
        The title of the pull request.
      • body

        java.util.Optional<java.lang.String> body()
        The contents of the pull request.
      • state

        java.util.Optional<java.lang.String> state()
        State of this Pull Request. Either open or closed.