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()
@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 ()

@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