GetTaskPushNotificationRequestBuilder

DSL builder for GetTaskPushNotificationRequest.

Example usage:

val request = getTaskPushNotificationRequest {
id = myRequestId
params {
id = myTaskId
}
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds a GetTaskPushNotificationRequest instance with the configured parameters.

Link copied to clipboard

Sets the ID of the request.

Link copied to clipboard

Configures the task ID parameters using a Java-friendly Consumer.

Configures the task ID parameters using a lambda with receiver.