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