Package com.atlassian.bitbucket.content
Class ChangesRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.content.ChangesRequest.Builder
- Enclosing class:
- ChangesRequest
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ConstructorDescriptionBuilder
(ChangesRequest request) Builder
(Repository repository, String untilId) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withComments
(boolean value) Whether to include comment count information associated to the paths in the changes in the response to the requestMethods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
build
-
sinceId
-
withComments
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
-