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