Package org.a2aproject.sdk.grpc.mapper
Interface DeleteTaskPushNotificationConfigParamsMapper
- All Known Implementing Classes:
DeleteTaskPushNotificationConfigParamsMapperImpl
public interface DeleteTaskPushNotificationConfigParamsMapper
Mapper between
DeleteTaskPushNotificationConfigRequest and DeleteTaskPushNotificationConfigParams.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParamsConverts proto DeleteTaskPushNotificationConfigRequest to domain DeleteTaskPushNotificationConfigParams.toProto(org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams domain) Converts domain DeleteTaskPushNotificationConfigParams to proto DeleteTaskPushNotificationConfigRequest.
-
Field Details
-
INSTANCE
-
-
Method Details
-
fromProto
org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams fromProto(DeleteTaskPushNotificationConfigRequest proto) Converts proto DeleteTaskPushNotificationConfigRequest to domain DeleteTaskPushNotificationConfigParams. -
toProto
DeleteTaskPushNotificationConfigRequest toProto(org.a2aproject.sdk.spec.DeleteTaskPushNotificationConfigParams domain) Converts domain DeleteTaskPushNotificationConfigParams to proto DeleteTaskPushNotificationConfigRequest.
-