Package org.a2aproject.sdk.spec
Class GetTaskPushNotificationConfigParams.Builder
java.lang.Object
org.a2aproject.sdk.spec.GetTaskPushNotificationConfigParams.Builder
- Enclosing class:
- GetTaskPushNotificationConfigParams
Builder for constructing GetTaskPushNotificationConfigParams instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the parameters instance.Sets the push notification configuration ID.Sets the task ID.Sets the tenant.
-
Method Details
-
taskId
Sets the task ID.- Parameters:
taskId- the task ID- Returns:
- this builder for method chaining
-
id
Sets the push notification configuration ID.- Parameters:
id- the configuration ID- Returns:
- this builder for method chaining
-
tenant
Sets the tenant.- Parameters:
tenant- the tenant- Returns:
- this builder for method chaining
-
build
Builds the parameters instance.- Returns:
- a new GetTaskPushNotificationConfigParams
-