Package io.a2a.spec
Class GetAuthenticatedExtendedCardRequest
- All Implemented Interfaces:
JSONRPCMessage
Represents a JSON-RPC request for the `agent/getAuthenticatedExtendedCard` method.
-
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
ConstructorsConstructorDescriptionGetAuthenticatedExtendedCardRequest(String jsonrpc, Object id, String method, Void params) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCRequest
getId, getJsonrpc, getMethod, getParams
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
GetAuthenticatedExtendedCardRequest
-
GetAuthenticatedExtendedCardRequest
-