Package io.a2a.spec
Class DeleteTaskPushNotificationConfigRequest
java.lang.Object
io.a2a.spec.JSONRPCRequest<T>
io.a2a.spec.NonStreamingJSONRPCRequest<DeleteTaskPushNotificationConfigParams>
io.a2a.spec.DeleteTaskPushNotificationConfigRequest
- All Implemented Interfaces:
JSONRPCMessage
public final class DeleteTaskPushNotificationConfigRequest
extends NonStreamingJSONRPCRequest<DeleteTaskPushNotificationConfigParams>
A delete task push notification config 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
ConstructorsConstructorDescriptionDeleteTaskPushNotificationConfigRequest(String jsonrpc, Object id, String method, DeleteTaskPushNotificationConfigParams params) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCRequest
getId, getJsonrpc, getMethod, getParams
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
DeleteTaskPushNotificationConfigRequest
public DeleteTaskPushNotificationConfigRequest(String jsonrpc, Object id, String method, DeleteTaskPushNotificationConfigParams params) -
DeleteTaskPushNotificationConfigRequest
public DeleteTaskPushNotificationConfigRequest(String id, DeleteTaskPushNotificationConfigParams params)
-