Uses of Enum Class
com.github.copilot.generated.rpc.McpAppsHostContextDetailsDisplayMode
Packages that use McpAppsHostContextDetailsDisplayMode
-
Uses of McpAppsHostContextDetailsDisplayMode in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return McpAppsHostContextDetailsDisplayModeModifier and TypeMethodDescriptionMcpAppsHostContextDetails.displayMode()Returns the value of thedisplayModerecord component.Returns the enum constant of this class with the specified name.static McpAppsHostContextDetailsDisplayMode[]McpAppsHostContextDetailsDisplayMode.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 McpAppsHostContextDetailsDisplayModeModifierConstructorDescriptionMcpAppsHostContextDetails(McpAppsHostContextDetailsTheme theme, String locale, String timeZone, McpAppsHostContextDetailsDisplayMode displayMode, List<McpAppsHostContextDetailsAvailableDisplayMode> availableDisplayModes, McpAppsHostContextDetailsPlatform platform, String userAgent) Creates an instance of aMcpAppsHostContextDetailsrecord class.