GetRealmKeysPlainArgs

data class GetRealmKeysPlainArgs(val algorithms: List<String>? = null, val realmId: String, val statuses: List<String>? = null) : ConvertibleToJava<GetRealmKeysPlainArgs>

A collection of arguments for invoking getRealmKeys.

Constructors

Link copied to clipboard
constructor(algorithms: List<String>? = null, realmId: String, statuses: List<String>? = null)

Properties

Link copied to clipboard
val algorithms: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val statuses: List<String>? = null

Functions

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