GetContactListPlainArgs

data class GetContactListPlainArgs(val contactListName: String) : ConvertibleToJava<GetContactListPlainArgs>

Constructors

Link copied to clipboard
constructor(contactListName: String)

Properties

Link copied to clipboard

The name of the contact list.

Functions

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