public static interface PackageVersionSummary.Builder extends SdkPojo, CopyableBuilder<PackageVersionSummary.Builder,PackageVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
PackageVersionSummary.Builder |
revision(String revision)
The revision associated with a package version.
|
PackageVersionSummary.Builder |
status(PackageVersionStatus status)
A string that contains the status of the package version.
|
PackageVersionSummary.Builder |
status(String status)
A string that contains the status of the package version.
|
PackageVersionSummary.Builder |
version(String version)
Information about a package version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPackageVersionSummary.Builder version(String version)
Information about a package version.
version - Information about a package version.PackageVersionSummary.Builder revision(String revision)
The revision associated with a package version.
revision - The revision associated with a package version.PackageVersionSummary.Builder status(String status)
A string that contains the status of the package version. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
status - A string that contains the status of the package version. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
PackageVersionStatus,
PackageVersionStatusPackageVersionSummary.Builder status(PackageVersionStatus status)
A string that contains the status of the package version. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
status - A string that contains the status of the package version. It can be one of the following:
Published
Unfinished
Unlisted
Archived
Disposed
PackageVersionStatus,
PackageVersionStatusCopyright © 2021. All rights reserved.