Uses of Class
com.oracle.bmc.osmanagementhub.model.AdvisorySeverity
-
Packages that use AdvisorySeverity Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of AdvisorySeverity in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return AdvisorySeverity Modifier and Type Method Description static AdvisorySeverity
AdvisorySeverity. create(String key)
AdvisorySeverity
Erratum. getAdvisorySeverity()
The severity for a security advisory, otherwise, null.AdvisorySeverity
ErratumSummary. getAdvisorySeverity()
The severity advisory.static AdvisorySeverity
AdvisorySeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static AdvisorySeverity[]
AdvisorySeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type AdvisorySeverity Modifier and Type Method Description Erratum.Builder
Erratum.Builder. advisorySeverity(AdvisorySeverity advisorySeverity)
The severity for a security advisory, otherwise, null.ErratumSummary.Builder
ErratumSummary.Builder. advisorySeverity(AdvisorySeverity advisorySeverity)
The severity advisory.Constructors in com.oracle.bmc.osmanagementhub.model with parameters of type AdvisorySeverity Constructor Description Erratum(String name, String synopsis, Date timeIssued, String description, Date timeUpdated, ClassificationTypes classificationType, AdvisoryTypes advisoryType, String from, String solution, String references, List<String> relatedCves, List<String> repositories, List<SoftwarePackageSummary> packages, List<OsFamily> osFamilies, AdvisorySeverity advisorySeverity)
Deprecated.ErratumSummary(String name, String synopsis, Date timeIssued, Date timeUpdated, ClassificationTypes classificationType, List<String> relatedCves, List<OsFamily> osFamilies, AdvisorySeverity advisorySeverity, AdvisoryTypes advisoryType)
Deprecated. -
Uses of AdvisorySeverity in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return types with arguments of type AdvisorySeverity Modifier and Type Method Description List<AdvisorySeverity>
ListErrataRequest. getAdvisorySeverity()
The advisory severity.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type AdvisorySeverity Modifier and Type Method Description ListErrataRequest.Builder
ListErrataRequest.Builder. advisorySeverity(AdvisorySeverity singularValue)
Singular setter.Method parameters in com.oracle.bmc.osmanagementhub.requests with type arguments of type AdvisorySeverity Modifier and Type Method Description ListErrataRequest.Builder
ListErrataRequest.Builder. advisorySeverity(List<AdvisorySeverity> advisorySeverity)
The advisory severity.
-