public static class ChangesRequest.Builder extends BuilderSupport
NOT_BLANK
Constructor and Description |
---|
Builder(ChangesRequest request) |
Builder(Repository repository,
String untilId) |
Modifier and Type | Method and Description |
---|---|
ChangesRequest |
build() |
ChangesRequest.Builder |
sinceId(String value) |
ChangesRequest.Builder |
withComments(boolean value)
Whether to include comment count information associated to the paths in the changes in the response to the request
|
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
public Builder(@Nonnull ChangesRequest request)
public Builder(@Nonnull Repository repository, @Nonnull String untilId)
@Nonnull public ChangesRequest build()
@Nonnull public ChangesRequest.Builder sinceId(@Nullable String value)
@Nonnull public ChangesRequest.Builder withComments(boolean value)
value
- true
if the comment counts should be included. false
otherwise.Copyright © 2022 Atlassian. All rights reserved.