public static class MeshMigrationRequest.Builder extends BuilderSupport
NOT_BLANK
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MeshMigrationRequest.Builder |
all(boolean value) |
MeshMigrationRequest |
build() |
MeshMigrationRequest.Builder |
maxBytesPerSecond(long value) |
MeshMigrationRequest.Builder |
projectId(int value) |
MeshMigrationRequest.Builder |
projectIds(Iterable<Integer> values) |
MeshMigrationRequest.Builder |
repositoryId(int value) |
MeshMigrationRequest.Builder |
repositoryIds(Iterable<Integer> values) |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
@Nonnull public MeshMigrationRequest.Builder all(boolean value)
@Nonnull public MeshMigrationRequest build()
@Nonnull public MeshMigrationRequest.Builder maxBytesPerSecond(long value)
@Nonnull public MeshMigrationRequest.Builder projectId(int value)
@Nonnull public MeshMigrationRequest.Builder projectIds(@Nonnull Iterable<Integer> values)
@Nonnull public MeshMigrationRequest.Builder repositoryId(int value)
@Nonnull public MeshMigrationRequest.Builder repositoryIds(@Nonnull Iterable<Integer> values)
Copyright © 2024 Atlassian. All rights reserved.