IssueCommandRequest

abstract class IssueCommandRequest


A request message to issue AMAPI commands.

Summary

Nested types

Builder for IssueCommandRequest.

A request to clear apps' data.

Builder for IssueCommandRequest.ClearAppsData.

Parameters to specify the command being requested.

The possible kind of IssueCommandRequest.ParamsCase.

Public functions

java-static IssueCommandRequest.Builder!
java-static IssueCommandRequest!
abstract IssueCommandRequest.ParamsCase!

Parameters to specify the command being requested.

abstract IssueCommandRequest.Builder!

Public functions

builder

java-static fun builder(): IssueCommandRequest.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): IssueCommandRequest!

getParams

abstract fun getParams(): IssueCommandRequest.ParamsCase!

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

toBuilder

abstract fun toBuilder(): IssueCommandRequest.Builder!