Command.Builder

public abstract class Command.Builder


أداة إنشاء حسابات "Command"

ملخّص

الطرق المتاحة للجميع

abstract Command
Command.Builder

يؤدي إلى محو أي حالة تم ضبطها سابقًا.

Command.Builder

حالة أمر مسح بيانات التطبيقات.

Command.Builder

حالة أمر مسح بيانات التطبيقات.

abstract Command.Builder

معرّف فريد لهذا المثيل من الأمر.

abstract Command.Builder

وقت اكتمال هذا الأمر.

abstract Command.Builder

وقت إنشاء هذا الأمر.

abstract Command.Builder

حالة هذا الأمر.

الطرق المتاحة للجميع

إنشاء

public abstract Command build()

clearStatus

@CanIgnoreReturnValue
public Command.Builder clearStatus()

يؤدي إلى محو أي حالة تم ضبطها سابقًا.

setClearAppsDataStatus

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

حالة أمر مسح بيانات التطبيقات.

setClearAppsDataStatus

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

حالة أمر مسح بيانات التطبيقات.

setCommandId

public abstract Command.Builder setCommandId(String value)

معرّف فريد لهذا المثيل من الأمر.

setCompleteTime

public abstract Command.Builder setCompleteTime(Instant value)

وقت اكتمال هذا الأمر.

setCreateTime

public abstract Command.Builder setCreateTime(Instant value)

وقت إنشاء هذا الأمر.

setState

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

حالة هذا الأمر.