GetTaskPushNotificationRequestBuilder
DSL builder for GetTaskPushNotificationRequest.
Example usage:
val request = getTaskPushNotificationRequest {
id = myRequestId
params {
id = myTaskId
}
}Content copied to clipboard
Properties
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.