Package io.a2a.spec
Class ListTaskPushNotificationConfigResponse
java.lang.Object
io.a2a.spec.JSONRPCResponse<List<TaskPushNotificationConfig>>
io.a2a.spec.ListTaskPushNotificationConfigResponse
- All Implemented Interfaces:
JSONRPCMessage
public final class ListTaskPushNotificationConfigResponse
extends JSONRPCResponse<List<TaskPushNotificationConfig>>
A response for a list task push notification config request.
-
Field Summary
Fields inherited from class io.a2a.spec.JSONRPCResponse
error, id, jsonrpc, resultFields inherited from interface io.a2a.spec.JSONRPCMessage
JSONRPC_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionListTaskPushNotificationConfigResponse(String jsonrpc, Object id, List<TaskPushNotificationConfig> result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
ListTaskPushNotificationConfigResponse
public ListTaskPushNotificationConfigResponse(String jsonrpc, Object id, List<TaskPushNotificationConfig> result, JSONRPCError error) -
ListTaskPushNotificationConfigResponse
-
ListTaskPushNotificationConfigResponse
-