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