GetApplicationPlainArgs

data class GetApplicationPlainArgs(val name: String) : ConvertibleToJava<GetApplicationPlainArgs>

A collection of arguments for invoking getApplication.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the application

Functions

Link copied to clipboard
open override fun toJava(): GetApplicationPlainArgs