Class ChangesRequest.Builder

java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.content.ChangesRequest.Builder
Enclosing class:
ChangesRequest

public static class ChangesRequest.Builder extends BuilderSupport
  • Constructor Details

  • Method Details

    • build

      @Nonnull public ChangesRequest build()
    • sinceId

      @Nonnull public ChangesRequest.Builder sinceId(@Nullable String value)
    • withComments

      @Nonnull public ChangesRequest.Builder withComments(boolean value)
      Whether to include comment count information associated to the paths in the changes in the response to the request
      Parameters:
      value - true if the comment counts should be included. false otherwise.
      Returns:
      this builder