setTaskPushNotificationResponse
inline fun setTaskPushNotificationResponse(init: SetTaskPushNotificationResponseBuilder.() -> Unit): SetTaskPushNotificationResponse(source)
Top-level DSL function for creating SetTaskPushNotificationResponse.
Return
A new SetTaskPushNotificationResponse instance.
Parameters
init
The lambda to configure the set task push notification response.
fun setTaskPushNotificationResponse(init: Consumer<SetTaskPushNotificationResponseBuilder>): SetTaskPushNotificationResponse(source)
Java-friendly top-level DSL function for creating SetTaskPushNotificationResponse.
Return
A new SetTaskPushNotificationResponse instance.
Parameters
init
The consumer to configure the set task push notification response.