Package io.a2a.spec

Class DeleteTaskPushNotificationConfigResponse

java.lang.Object
io.a2a.spec.JSONRPCResponse<Void>
io.a2a.spec.DeleteTaskPushNotificationConfigResponse
All Implemented Interfaces:
JSONRPCMessage

public final class DeleteTaskPushNotificationConfigResponse extends JSONRPCResponse<Void>
A response for a delete task push notification config request.
  • Constructor Details

    • DeleteTaskPushNotificationConfigResponse

      public DeleteTaskPushNotificationConfigResponse(String jsonrpc, Object id, Void result, JSONRPCError error)
    • DeleteTaskPushNotificationConfigResponse

      public DeleteTaskPushNotificationConfigResponse(Object id, JSONRPCError error)
    • DeleteTaskPushNotificationConfigResponse

      public DeleteTaskPushNotificationConfigResponse(Object id)