public static class SoftwarePackageSearchSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public SoftwarePackageSearchSummary.Builder displayName(String displayName)
Package name
displayName
- the value to setpublic SoftwarePackageSearchSummary.Builder name(String name)
Unique identifier for the package. NOTE - This is not an OCID
name
- the value to setpublic SoftwarePackageSearchSummary.Builder type(String type)
Type of the package
type
- the value to setpublic SoftwarePackageSearchSummary.Builder version(String version)
Version of the package
version
- the value to setpublic SoftwarePackageSearchSummary.Builder architecture(String architecture)
the architecture for which this software was built
architecture
- the value to setpublic SoftwarePackageSearchSummary.Builder summary(String summary)
a summary description of the software package
summary
- the value to setpublic SoftwarePackageSearchSummary.Builder advisoryType(UpdateTypes advisoryType)
Type of the erratum.
advisoryType
- the value to setpublic SoftwarePackageSearchSummary.Builder errata(List<Id> errata)
List of errata containing this software package
errata
- the value to setpublic SoftwarePackageSearchSummary.Builder softwareSources(List<SoftwareSourceId> softwareSources)
list of software sources that provide the software package
softwareSources
- the value to setpublic SoftwarePackageSearchSummary build()
public SoftwarePackageSearchSummary.Builder copy(SoftwarePackageSearchSummary model)
Copyright © 2016–2024. All rights reserved.