GetReceivedLicensesPlainArgs

data class GetReceivedLicensesPlainArgs(val filters: List<GetReceivedLicensesFilter>? = null) : ConvertibleToJava<GetReceivedLicensesPlainArgs>

A collection of arguments for invoking getReceivedLicenses.

Constructors

Link copied to clipboard
constructor(filters: List<GetReceivedLicensesFilter>? = null)

Properties

Link copied to clipboard

Custom filter block as described below. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Functions

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