public static interface MobileSdkRelease.Builder extends SdkPojo, CopyableBuilder<MobileSdkRelease.Builder,MobileSdkRelease>
| Modifier and Type | Method and Description |
|---|---|
MobileSdkRelease.Builder |
releaseNotes(String releaseNotes)
Notes describing the release.
|
MobileSdkRelease.Builder |
releaseVersion(String releaseVersion)
The release version.
|
MobileSdkRelease.Builder |
tags(Collection<Tag> tags)
Tags that are associated with the release.
|
MobileSdkRelease.Builder |
tags(Consumer<Tag.Builder>... tags)
Tags that are associated with the release.
|
MobileSdkRelease.Builder |
tags(Tag... tags)
Tags that are associated with the release.
|
MobileSdkRelease.Builder |
timestamp(Instant timestamp)
The timestamp of the release.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMobileSdkRelease.Builder releaseVersion(String releaseVersion)
The release version.
releaseVersion - The release version.MobileSdkRelease.Builder timestamp(Instant timestamp)
The timestamp of the release.
timestamp - The timestamp of the release.MobileSdkRelease.Builder releaseNotes(String releaseNotes)
Notes describing the release.
releaseNotes - Notes describing the release.MobileSdkRelease.Builder tags(Collection<Tag> tags)
Tags that are associated with the release.
tags - Tags that are associated with the release.MobileSdkRelease.Builder tags(Tag... tags)
Tags that are associated with the release.
tags - Tags that are associated with the release.MobileSdkRelease.Builder tags(Consumer<Tag.Builder>... tags)
Tags that are associated with the release.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.