SoftwareInfo.SecurityPatchInfo.Builder

abstract class SoftwareInfo.SecurityPatchInfo.Builder


Builder for SoftwareInfo.SecurityPatchInfo.

Summary

Public functions

build

abstract fun build(): SoftwareInfo.SecurityPatchInfo!

clearComponentMetadata

@CanIgnoreReturnValue
fun clearComponentMetadata(): SoftwareInfo.SecurityPatchInfo.Builder!

Clears componentMetadata.

clearSecurityPatchLevelMetadata

@CanIgnoreReturnValue
fun clearSecurityPatchLevelMetadata(): SoftwareInfo.SecurityPatchInfo.Builder!

Clears securityPatchLevelMetadata.

setComponent

abstract fun setComponent(
    value: SoftwareInfo.SecurityPatchInfo.SecurityPatchComponent!
): SoftwareInfo.SecurityPatchInfo.Builder!

Component of the security patch.

setComponentMetadata

@CanIgnoreReturnValue
fun setComponentMetadata(value: Metadata!): SoftwareInfo.SecurityPatchInfo.Builder!

Metadata about component.

setSecurityPatchLevelMetadata

@CanIgnoreReturnValue
fun setSecurityPatchLevelMetadata(value: Metadata!): SoftwareInfo.SecurityPatchInfo.Builder!

Metadata about security patch level.