Package-level declarations
Types
Link copied to clipboard
data class GetDomainsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val keyWord: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetDomainsPlainArgs>
A collection of arguments for invoking getDomains.
Link copied to clipboard
Builder for GetDomainsPlainArgs.
Link copied to clipboard
data class GetMailAddressesPlainArgs(val ids: List<String>? = null, val keyWord: String? = null, val outputFile: String? = null, val sendtype: String? = null, val status: String? = null) : ConvertibleToJava<GetMailAddressesPlainArgs>
A collection of arguments for invoking getMailAddresses.
Link copied to clipboard
Builder for GetMailAddressesPlainArgs.
Link copied to clipboard
data class GetReceiversPlainArgs(val ids: List<String>? = null, val keyWord: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: Int? = null) : ConvertibleToJava<GetReceiversPlainArgs>
A collection of arguments for invoking getReceivers.
Link copied to clipboard
Builder for GetReceiversPlainArgs.
Link copied to clipboard
data class GetTagsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetTagsPlainArgs>
A collection of arguments for invoking getTags.
Link copied to clipboard
class GetTagsPlainArgsBuilder
Builder for GetTagsPlainArgs.