public static class InstallablePackageSummary.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InstallablePackageSummary.Builder |
architecture(String architecture)
The architecture for which this package was built
|
InstallablePackageSummary |
build() |
InstallablePackageSummary.Builder |
copy(InstallablePackageSummary model) |
InstallablePackageSummary.Builder |
displayName(String displayName)
Package name
|
InstallablePackageSummary.Builder |
name(String name)
Unique identifier for the package.
|
InstallablePackageSummary.Builder |
softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
|
InstallablePackageSummary.Builder |
type(String type)
Type of the package
|
InstallablePackageSummary.Builder |
version(String version)
Version of the package
|
public InstallablePackageSummary.Builder displayName(String displayName)
Package name
displayName - the value to setpublic InstallablePackageSummary.Builder name(String name)
Unique identifier for the package. NOTE - This is not an OCID
name - the value to setpublic InstallablePackageSummary.Builder type(String type)
Type of the package
type - the value to setpublic InstallablePackageSummary.Builder version(String version)
Version of the package
version - the value to setpublic InstallablePackageSummary.Builder architecture(String architecture)
The architecture for which this package was built
architecture - the value to setpublic InstallablePackageSummary.Builder softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
softwareSources - the value to setpublic InstallablePackageSummary build()
public InstallablePackageSummary.Builder copy(InstallablePackageSummary model)
Copyright © 2016–2022. All rights reserved.