Uses of Enum Class
com.vaadin.copilot.CopilotServerClient.AIProvider
Packages that use CopilotServerClient.AIProvider
-
Uses of CopilotServerClient.AIProvider in com.vaadin.copilot
Methods in com.vaadin.copilot that return CopilotServerClient.AIProviderModifier and TypeMethodDescriptionCopilotServerClient.AccessControlData.aiProvider()Returns the value of theaiProviderrecord component.MachineConfiguration.getAiProvider()Returns the enum constant of this class with the specified name.static CopilotServerClient.AIProvider[]CopilotServerClient.AIProvider.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.copilot with parameters of type CopilotServerClient.AIProviderModifierConstructorDescriptionAccessControlData(String proKey, String machineId, String copilotVersion, CopilotServerClient.AIProvider aiProvider) Creates an instance of aAccessControlDatarecord class.