Uses of Enum Class
com.github.copilot.generated.rpc.McpAppsHostContextDetailsTheme
Packages that use McpAppsHostContextDetailsTheme
-
Uses of McpAppsHostContextDetailsTheme in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return McpAppsHostContextDetailsThemeModifier and TypeMethodDescriptionMcpAppsHostContextDetails.theme()Returns the value of thethemerecord component.Returns the enum constant of this class with the specified name.static McpAppsHostContextDetailsTheme[]McpAppsHostContextDetailsTheme.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type McpAppsHostContextDetailsThemeModifierConstructorDescriptionMcpAppsHostContextDetails(McpAppsHostContextDetailsTheme theme, String locale, String timeZone, McpAppsHostContextDetailsDisplayMode displayMode, List<McpAppsHostContextDetailsAvailableDisplayMode> availableDisplayModes, McpAppsHostContextDetailsPlatform platform, String userAgent) Creates an instance of aMcpAppsHostContextDetailsrecord class.