Package org.a2aproject.sdk.grpc.mapper
Interface ListTaskPushNotificationConfigsParamsMapper
- All Known Implementing Classes:
ListTaskPushNotificationConfigsParamsMapperImpl
public interface ListTaskPushNotificationConfigsParamsMapper
Mapper between
ListTaskPushNotificationConfigsRequest and ListTaskPushNotificationConfigsParams.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParamsConverts proto ListTaskPushNotificationConfigsRequest to domain ListTaskPushNotificationConfigsParams.toProto(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams domain) Converts domain ListTaskPushNotificationConfigsParams to proto ListTaskPushNotificationConfigsRequest.
-
Field Details
-
INSTANCE
-
-
Method Details
-
fromProto
org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams fromProto(ListTaskPushNotificationConfigsRequest proto) Converts proto ListTaskPushNotificationConfigsRequest to domain ListTaskPushNotificationConfigsParams. -
toProto
ListTaskPushNotificationConfigsRequest toProto(org.a2aproject.sdk.spec.ListTaskPushNotificationConfigsParams domain) Converts domain ListTaskPushNotificationConfigsParams to proto ListTaskPushNotificationConfigsRequest.
-