Package io.a2a.spec
Class SetTaskPushNotificationConfigRequest
java.lang.Object
io.a2a.spec.JSONRPCRequest<T>
io.a2a.spec.NonStreamingJSONRPCRequest<TaskPushNotificationConfig>
io.a2a.spec.SetTaskPushNotificationConfigRequest
- All Implemented Interfaces:
JSONRPCMessage
public final class SetTaskPushNotificationConfigRequest
extends NonStreamingJSONRPCRequest<TaskPushNotificationConfig>
Used to set a task push notification request.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class io.a2a.spec.JSONRPCRequest
id, jsonrpc, method, paramsFields inherited from interface io.a2a.spec.JSONRPCMessage
JSONRPC_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionSetTaskPushNotificationConfigRequest(String id, TaskPushNotificationConfig taskPushConfig) SetTaskPushNotificationConfigRequest(String jsonrpc, Object id, String method, TaskPushNotificationConfig params) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCRequest
getId, getJsonrpc, getMethod, getParams
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
SetTaskPushNotificationConfigRequest
public SetTaskPushNotificationConfigRequest(String jsonrpc, Object id, String method, TaskPushNotificationConfig params) -
SetTaskPushNotificationConfigRequest
-