Command.StatusCase

public abstract class Command.StatusCase


खास तरह के निर्देश के हिसाब से स्थिति.

खास जानकारी

नेस्ट किए गए प्रकार

Command.StatusCase किस तरह का हो सकता है.

सार्वजनिक तरीके

abstract Command.ClearAppsDataStatus

ऐप्लिकेशन का डेटा हटाने वाले निर्देश की स्थिति.

abstract Command.StatusCase.Kind
static Command.StatusCase
static Command.StatusCase
static Command.StatusCase

सार्वजनिक तरीके

clearAppsDataStatus

public abstract Command.ClearAppsDataStatus clearAppsDataStatus()

ऐप्लिकेशन का डेटा हटाने वाले निर्देश की स्थिति.

getKind

public abstract Command.StatusCase.Kind getKind()

ofClearAppsDataStatus

public static Command.StatusCase ofClearAppsDataStatus(Command.ClearAppsDataStatus value)

ofClearAppsDataStatus

public static Command.StatusCase ofClearAppsDataStatus(Command.ClearAppsDataStatus.Builder value)

ofNone

public static Command.StatusCase ofNone()