Uses of Record Class
com.github.copilot.generated.rpc.InstalledPluginInfo
Packages that use InstalledPluginInfo
-
Uses of InstalledPluginInfo in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return InstalledPluginInfoModifier and TypeMethodDescriptionPluginsInstallResult.plugin()Returns the value of thepluginrecord component.Methods in com.github.copilot.generated.rpc that return types with arguments of type InstalledPluginInfoModifier and TypeMethodDescriptionPluginsListResult.plugins()Returns the value of thepluginsrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type InstalledPluginInfoModifierConstructorDescriptionPluginsInstallResult(InstalledPluginInfo plugin, Long skillsInstalled, String postInstallMessage, String deprecationWarning) Creates an instance of aPluginsInstallResultrecord class.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type InstalledPluginInfoModifierConstructorDescriptionPluginsListResult(List<InstalledPluginInfo> plugins) Creates an instance of aPluginsListResultrecord class.