Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class GetAppsPlainArgsBuilder
Builder for GetAppsPlainArgs.
Link copied to clipboard
data class GetProductsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetProductsPlainArgs>
A collection of arguments for invoking getProducts.
Link copied to clipboard
Builder for GetProductsPlainArgs.