Uses of Record Class
org.a2aproject.sdk.spec.TaskPushNotificationConfig
Packages that use TaskPushNotificationConfig
-
Uses of TaskPushNotificationConfig in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return TaskPushNotificationConfigModifier and TypeMethodDescriptionTaskPushNotificationConfig.Builder.build()Builds theTaskPushNotificationConfig.@Nullable TaskPushNotificationConfigMessageSendConfiguration.taskPushNotificationConfig()Returns the value of thetaskPushNotificationConfigrecord component.Methods in org.a2aproject.sdk.spec that return types with arguments of type TaskPushNotificationConfigModifier and TypeMethodDescriptionListTaskPushNotificationConfigsResult.configs()Returns the value of theconfigsrecord component.Methods in org.a2aproject.sdk.spec with parameters of type TaskPushNotificationConfigModifier and TypeMethodDescriptionTaskPushNotificationConfig.builder(TaskPushNotificationConfig config) Create a new Builder initialized with values from an existing TaskPushNotificationConfig.MessageSendConfiguration.Builder.taskPushNotificationConfig(@Nullable TaskPushNotificationConfig taskPushNotificationConfig) Sets the push notification configuration.Constructors in org.a2aproject.sdk.spec with parameters of type TaskPushNotificationConfigModifierConstructorDescriptionMessageSendConfiguration(@Nullable List<String> acceptedOutputModes, @Nullable Integer historyLength, @Nullable TaskPushNotificationConfig taskPushNotificationConfig, Boolean returnImmediately) Compact constructor for validation.Constructor parameters in org.a2aproject.sdk.spec with type arguments of type TaskPushNotificationConfigModifierConstructorDescriptionConstructor for results without pagination.ListTaskPushNotificationConfigsResult(List<TaskPushNotificationConfig> configs, @Nullable String nextPageToken) Compact constructor for validation.