Instruction.Builder

public abstract class Instruction.Builder


Builder for Instruction.

Summary

Public methods

abstract Instruction
abstract Instruction.Builder

Specifies how the APPLY stage of the update (installing the update) should be handled.

abstract Instruction.Builder

Specifies how the DOWNLOAD stage of the update should be handled.

Public methods

build

public abstract Instruction build()

setApplyInstruction

public abstract Instruction.Builder setApplyInstruction(Instruction.InstructionType value)

Specifies how the APPLY stage of the update (installing the update) should be handled.

setDownloadInstruction

public abstract Instruction.Builder setDownloadInstruction(Instruction.InstructionType value)

Specifies how the DOWNLOAD stage of the update should be handled.