IssueCommandRequest.ParamsCase

abstract class ParamsCase
kotlin.Any
   ↳ com.google.android.managementapi.commands.model.IssueCommandRequest.ParamsCase

Parameters to specify the command being requested. This class can have only one field set.

Summary

Nested classes

The possible kind of IssueCommandRequest.ParamsCase.

Public methods

abstract IssueCommandRequest.ClearAppsData!

A request to clear apps' data.

abstract IssueCommandRequest.ParamsCase.Kind!

open static IssueCommandRequest.ParamsCase!

open static IssueCommandRequest.ParamsCase!

open static IssueCommandRequest.ParamsCase!

Public methods

clearAppsData

abstract fun clearAppsData(): IssueCommandRequest.ClearAppsData!

A request to clear apps' data.

getKind

abstract fun getKind(): IssueCommandRequest.ParamsCase.Kind!

ofClearAppsData

open static fun ofClearAppsData(value: IssueCommandRequest.ClearAppsData!): IssueCommandRequest.ParamsCase!

ofClearAppsData

open static fun ofClearAppsData(value: IssueCommandRequest.ClearAppsData.Builder!): IssueCommandRequest.ParamsCase!

ofNone

open static fun ofNone(): IssueCommandRequest.ParamsCase!