Package cdc.issues.impl
Class SnapshotDataImpl.Builder
java.lang.Object
cdc.issues.impl.SnapshotDataImpl.Builder
- Enclosing class:
- SnapshotDataImpl
@Deprecated(since="2025-03-25",
forRemoval=true)
public static class SnapshotDataImpl.Builder
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated, for removal: This API element is subject to removal in a future version.issuesHash(String hash) Deprecated, for removal: This API element is subject to removal in a future version.numberOfIssues(int number) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.projectDescription(String description) Deprecated, for removal: This API element is subject to removal in a future version.projectLabels(Labels labels) Deprecated, for removal: This API element is subject to removal in a future version.projectMetas(Metas metas) Deprecated, for removal: This API element is subject to removal in a future version.projectName(String name) Deprecated, for removal: This API element is subject to removal in a future version.protected SnapshotDataImpl.Builderself()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.snapshotDescription(String description) Deprecated, for removal: This API element is subject to removal in a future version.snapshotLabels(Labels labels) Deprecated, for removal: This API element is subject to removal in a future version.snapshotMetas(Metas metas) Deprecated, for removal: This API element is subject to removal in a future version.snapshotName(String name) Deprecated, for removal: This API element is subject to removal in a future version.snapshotTimestamp(Instant timestamp) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Builder
public Builder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
self
Deprecated, for removal: This API element is subject to removal in a future version. -
snapshot
Deprecated, for removal: This API element is subject to removal in a future version. -
projectName
Deprecated, for removal: This API element is subject to removal in a future version. -
projectDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
projectMetas
Deprecated, for removal: This API element is subject to removal in a future version. -
projectLabels
Deprecated, for removal: This API element is subject to removal in a future version. -
profile
Deprecated, for removal: This API element is subject to removal in a future version. -
snapshotName
Deprecated, for removal: This API element is subject to removal in a future version. -
snapshotDescription
Deprecated, for removal: This API element is subject to removal in a future version. -
snapshotMetas
Deprecated, for removal: This API element is subject to removal in a future version. -
snapshotLabels
Deprecated, for removal: This API element is subject to removal in a future version. -
snapshotTimestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
numberOfIssues
Deprecated, for removal: This API element is subject to removal in a future version. -
issuesHash
Deprecated, for removal: This API element is subject to removal in a future version. -
build
Deprecated, for removal: This API element is subject to removal in a future version.
-