params
fun params(init: ListTaskPushNotificationConfigParamsBuilder.() -> Unit): ListTaskPushNotificationConfigRequestBuilder(source)
Configures the list parameters using a lambda with receiver.
Return
This builder instance for method chaining.
Parameters
init
The lambda to configure the list parameters.
fun params(init: Consumer<ListTaskPushNotificationConfigParamsBuilder>): ListTaskPushNotificationConfigRequestBuilder(source)
Configures the list parameters using a Java-friendly Consumer.
Return
This builder instance for method chaining.
Parameters
init
The consumer to configure the list parameters.