Command.CustomAppOperationStatus.Builder

abstract class Command.CustomAppOperationStatus.Builder


Builder for Command.CustomAppOperationStatus.

Summary

Public functions

abstract Command.CustomAppOperationStatus!
abstract Command.CustomAppOperationStatus.Builder!

Status of the operation.

abstract Command.CustomAppOperationStatus.Builder!

Another package name relevant to a status.

abstract Command.CustomAppOperationStatus.Builder!

Package name for which the operation was issued.

abstract Command.CustomAppOperationStatus.Builder!

Detailed string representation of the status, including raw details that are useful for debugging.

abstract Command.CustomAppOperationStatus.Builder!

Storage path relevant to a status.

Public functions

build

abstract fun build(): Command.CustomAppOperationStatus!

setOperationStatus

abstract fun setOperationStatus(
    value: Command.CustomAppOperationStatus.OperationStatus!
): Command.CustomAppOperationStatus.Builder!

Status of the operation.

setOtherPackageName

abstract fun setOtherPackageName(value: String!): Command.CustomAppOperationStatus.Builder!

Another package name relevant to a status. This is typically the package responsible for causing an operation failure.

setPackageName

abstract fun setPackageName(value: String!): Command.CustomAppOperationStatus.Builder!

Package name for which the operation was issued.

setStatusMessage

abstract fun setStatusMessage(value: String!): Command.CustomAppOperationStatus.Builder!

Detailed string representation of the status, including raw details that are useful for debugging.

setStoragePath

abstract fun setStoragePath(value: String!): Command.CustomAppOperationStatus.Builder!

Storage path relevant to a status.