Command.Builder

public abstract class Command.Builder


Command のビルダー。

概要

パブリック メソッド

abstract Command
Command.Builder

以前に設定されたステータスをクリアします。

Command.Builder

アプリのデータ消去コマンドのステータス。

Command.Builder

アプリのデータ消去コマンドのステータス。

abstract Command.Builder

このコマンドのインスタンスの一意の ID。

abstract Command.Builder

このコマンドが完了した時刻。

abstract Command.Builder

このコマンドが作成された時刻。

Command.Builder

カスタムアプリのインストール コマンドのステータス。

Command.Builder

カスタムアプリのインストール コマンドのステータス。

Command.Builder

RequestDeviceInfo コマンドのステータス。

Command.Builder

RequestDeviceInfo コマンドのステータス。

abstract Command.Builder

このコマンドの状態。

Command.Builder

カスタムアプリのアンインストール コマンドのステータス。

Command.Builder

カスタムアプリのアンインストール コマンドのステータス。

パブリック メソッド

build

public abstract Command build()

clearStatus

public Command.Builder clearStatus()

以前に設定されたステータスをクリアします。

setClearAppsDataStatus

public Command.Builder setClearAppsDataStatus(Command.ClearAppsDataStatus value)

アプリのデータ消去コマンドのステータス。

setClearAppsDataStatus

public Command.Builder setClearAppsDataStatus(Command.ClearAppsDataStatus.Builder value)

アプリのデータ消去コマンドのステータス。

setCommandId

public abstract Command.Builder setCommandId(String value)

このコマンドのインスタンスの一意の ID。

setCompleteTime

public abstract Command.Builder setCompleteTime(Instant value)

このコマンドが完了した時刻。

setCreateTime

public abstract Command.Builder setCreateTime(Instant value)

このコマンドが作成された時刻。

setInstallCustomAppStatus

public Command.Builder setInstallCustomAppStatus(Command.CustomAppOperationStatus value)

カスタムアプリのインストール コマンドのステータス。

setInstallCustomAppStatus

public Command.Builder setInstallCustomAppStatus(
    Command.CustomAppOperationStatus.Builder value
)

カスタムアプリのインストール コマンドのステータス。

setRequestDeviceInfoStatus

public Command.Builder setRequestDeviceInfoStatus(Command.RequestDeviceInfoStatus value)

RequestDeviceInfo コマンドのステータス。

setRequestDeviceInfoStatus

public Command.Builder setRequestDeviceInfoStatus(
    Command.RequestDeviceInfoStatus.Builder value
)

RequestDeviceInfo コマンドのステータス。

setState

public abstract Command.Builder setState(Command.State value)

このコマンドの状態。

setUninstallCustomAppStatus

public Command.Builder setUninstallCustomAppStatus(Command.CustomAppOperationStatus value)

カスタムアプリのアンインストール コマンドのステータス。

setUninstallCustomAppStatus

public Command.Builder setUninstallCustomAppStatus(
    Command.CustomAppOperationStatus.Builder value
)

カスタムアプリのアンインストール コマンドのステータス。