GetTaskPushNotificationResponseBuilder

DSL builder for GetTaskPushNotificationResponse.

Example usage:

val response = getTaskPushNotificationResponse {
id = myRequestId
result = myTaskPushNotificationConfig
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds a GetTaskPushNotificationResponse instance with the configured parameters.

Link copied to clipboard
Link copied to clipboard

Sets the ID of the response.

Link copied to clipboard

Sets the result task push notification config.

Configures the result task push notification config using a Java-friendly Consumer.

Configures the result task push notification config using a lambda with receiver.