Package-level declarations
Types
Link copied to clipboard
data class GetConfigsPlainArgs(val ids: List<String>? = null, val lang: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetConfigsPlainArgs>
A collection of arguments for invoking getConfigs.
Link copied to clipboard
Builder for GetConfigsPlainArgs.
Link copied to clipboard
Link copied to clipboard
Builder for GetDataLimitsPlainArgs.
Link copied to clipboard
data class GetInstancesPlainArgs(val outputFile: String? = null) : ConvertibleToJava<GetInstancesPlainArgs>
A collection of arguments for invoking getInstances.
Link copied to clipboard
Builder for GetInstancesPlainArgs.
Link copied to clipboard
data class GetRulesPlainArgs(val category: Int? = null, val contentCategory: String? = null, val customType: Int? = null, val enableDetails: Boolean? = null, val ids: List<String>? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val productId: String? = null, val riskLevelId: String? = null, val ruleType: Int? = null, val status: String? = null, val warnLevel: Int? = null) : ConvertibleToJava<GetRulesPlainArgs>
A collection of arguments for invoking getRules.
Link copied to clipboard
class GetRulesPlainArgsBuilder
Builder for GetRulesPlainArgs.