Command.StatusCase

public abstract class Command.StatusCase


명령어 종류와 관련된 상태입니다.

요약

중첩된 유형

가능한 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()