Class McpSubscriptionsListenParams.Notifications

java.lang.Object
dev.langchain4j.mcp.protocol.McpSubscriptionsListenParams.Notifications
Enclosing class:
McpSubscriptionsListenParams

public static class McpSubscriptionsListenParams.Notifications extends Object
  • Constructor Details

    • Notifications

      public Notifications()
  • Method Details

    • getToolsListChanged

      public Boolean getToolsListChanged()
    • setToolsListChanged

      public void setToolsListChanged(Boolean toolsListChanged)
    • getPromptsListChanged

      public Boolean getPromptsListChanged()
    • setPromptsListChanged

      public void setPromptsListChanged(Boolean promptsListChanged)
    • getResourcesListChanged

      public Boolean getResourcesListChanged()
    • setResourcesListChanged

      public void setResourcesListChanged(Boolean resourcesListChanged)
    • getResourceSubscriptions

      public List<String> getResourceSubscriptions()
    • setResourceSubscriptions

      public void setResourceSubscriptions(List<String> resourceSubscriptions)