public static class

ChangesRequest.Builder

extends BuilderSupport
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.content.ChangesRequest.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(ChangesRequest request)
Builder(Repository repository, String untilId)
Public Methods
@Nonnull ChangesRequest build()
@Deprecated @Nonnull ChangesRequest.Builder pullRequestId(Long value)
This method is deprecated. in 4.12 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog
@Nonnull ChangesRequest.Builder sinceId(String value)
@Nonnull ChangesRequest.Builder withComments(boolean value)
Whether to include comment count information associated to the paths in the changes in the response to the request
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (ChangesRequest request)

public Builder (Repository repository, String untilId)

Public Methods

@Nonnull public ChangesRequest build ()

@Deprecated @Nonnull public ChangesRequest.Builder pullRequestId (Long value)

This method is deprecated.
in 4.12 to be removed in 5.0. The Comment API is going through a maintenance cycle. For more details see the API Changelog

@Nonnull public ChangesRequest.Builder sinceId (String value)

@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