Uses of Record Class
io.a2a.spec.TaskPushNotificationConfig
Packages that use TaskPushNotificationConfig
-
Uses of TaskPushNotificationConfig in io.a2a.spec
Methods in io.a2a.spec with parameters of type TaskPushNotificationConfigModifier and TypeMethodDescriptionSetTaskPushNotificationConfigRequest.Builder.params(TaskPushNotificationConfig params) Constructors in io.a2a.spec with parameters of type TaskPushNotificationConfigModifierConstructorDescriptionGetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) SetTaskPushNotificationConfigRequest(String id, TaskPushNotificationConfig taskPushConfig) SetTaskPushNotificationConfigRequest(String jsonrpc, Object id, String method, TaskPushNotificationConfig params) SetTaskPushNotificationConfigResponse(String jsonrpc, Object id, TaskPushNotificationConfig result, JSONRPCError error) Constructor parameters in io.a2a.spec with type arguments of type TaskPushNotificationConfigModifierConstructorDescriptionListTaskPushNotificationConfigResponse(String jsonrpc, Object id, List<TaskPushNotificationConfig> result, JSONRPCError error)