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 Details

    • Builder

      public Builder()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • self

      protected SnapshotDataImpl.Builder self()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • snapshot

      public SnapshotDataImpl.Builder snapshot(Snapshot snapshot)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • projectName

      public SnapshotDataImpl.Builder projectName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • projectDescription

      public SnapshotDataImpl.Builder projectDescription(String description)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • projectMetas

      public SnapshotDataImpl.Builder projectMetas(Metas metas)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • projectLabels

      public SnapshotDataImpl.Builder projectLabels(Labels labels)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • profile

      public SnapshotDataImpl.Builder profile(Profile profile)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • snapshotName

      public SnapshotDataImpl.Builder snapshotName(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • snapshotDescription

      public SnapshotDataImpl.Builder snapshotDescription(String description)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • snapshotMetas

      public SnapshotDataImpl.Builder snapshotMetas(Metas metas)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • snapshotLabels

      public SnapshotDataImpl.Builder snapshotLabels(Labels labels)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • snapshotTimestamp

      public SnapshotDataImpl.Builder snapshotTimestamp(Instant timestamp)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • numberOfIssues

      public SnapshotDataImpl.Builder numberOfIssues(int number)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • issuesHash

      public SnapshotDataImpl.Builder issuesHash(String hash)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • build

      public SnapshotDataImpl build()
      Deprecated, for removal: This API element is subject to removal in a future version.