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 TypeMethodDescriptionConverts proto DeleteTaskPushNotificationConfigRequest to domain DeleteTaskPushNotificationConfigParams.Converts domain DeleteTaskPushNotificationConfigParams to proto DeleteTaskPushNotificationConfigRequest.
-
Field Details
-
INSTANCE
-
-
Method Details
-
fromProto
Converts proto DeleteTaskPushNotificationConfigRequest to domain DeleteTaskPushNotificationConfigParams. -
toProto
Converts domain DeleteTaskPushNotificationConfigParams to proto DeleteTaskPushNotificationConfigRequest.
-