Class GetTaskPushNotificationConfigRequest.Builder
java.lang.Object
org.a2aproject.sdk.jsonrpc.common.wrappers.GetTaskPushNotificationConfigRequest.Builder
- Enclosing class:
- GetTaskPushNotificationConfigRequest
Builder for constructing instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the instance.Sets the request ID.Sets the jsonrpc.Sets the request parameters.
-
Method Details
-
jsonrpc
Sets the jsonrpc.- Parameters:
jsonrpc- the jsonrpc- Returns:
- this builder for method chaining
-
id
Sets the request ID.- Parameters:
id- the request ID- Returns:
- this builder for method chaining
-
params
public GetTaskPushNotificationConfigRequest.Builder params(GetTaskPushNotificationConfigParams params) Sets the request parameters.- Parameters:
params- the request parameters- Returns:
- this builder for method chaining
-
build
Builds the instance.- Returns:
- a new instance
-