Command.Builder

abstract class Command.Builder


Command için derleyici.

Özet

Genel işlevler

abstract Command!
Command.Builder!

Daha önce ayarlanmış olan Durumları temizler.

Command.Builder!

Uygulama verilerini temizle komutunun durumu.

Command.Builder!

Uygulama verilerini temizle komutunun durumu.

abstract Command.Builder!

Komutun bu örneği için benzersiz bir kimlik.

abstract Command.Builder!

Bu komutun tamamlandığı saat.

abstract Command.Builder!

Bu komutun oluşturulduğu saat.

abstract Command.Builder!

Bu komutun durumu.

Genel işlevler

build

abstract fun build(): Command!

clearStatus

@CanIgnoreReturnValue
fun clearStatus(): Command.Builder!

Daha önce ayarlanmış olan Durumları temizler.

setClearAppsDataStatus

@CanIgnoreReturnValue
fun setClearAppsDataStatus(value: Command.ClearAppsDataStatus!): Command.Builder!

Uygulama verilerini temizle komutunun durumu.

setClearAppsDataStatus

@CanIgnoreReturnValue
fun setClearAppsDataStatus(value: Command.ClearAppsDataStatus.Builder!): Command.Builder!

Uygulama verilerini temizle komutunun durumu.

setCommandId

abstract fun setCommandId(value: String!): Command.Builder!

Komutun bu örneği için benzersiz bir kimlik.

setCompleteTime

abstract fun setCompleteTime(value: Instant!): Command.Builder!

Bu komutun tamamlandığı saat.

setCreateTime

abstract fun setCreateTime(value: Instant!): Command.Builder!

Bu komutun oluşturulduğu saat.

setState

abstract fun setState(value: Command.State!): Command.Builder!

Bu komutun durumu.