Uses of Enum Class
com.github.copilot.generated.rpc.McpAppsSetHostContextDetailsPlatform
Packages that use McpAppsSetHostContextDetailsPlatform
-
Uses of McpAppsSetHostContextDetailsPlatform in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return McpAppsSetHostContextDetailsPlatformModifier and TypeMethodDescriptionMcpAppsSetHostContextDetails.platform()Returns the value of theplatformrecord component.Returns the enum constant of this class with the specified name.static McpAppsSetHostContextDetailsPlatform[]McpAppsSetHostContextDetailsPlatform.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 McpAppsSetHostContextDetailsPlatformModifierConstructorDescriptionMcpAppsSetHostContextDetails(McpAppsSetHostContextDetailsTheme theme, String locale, String timeZone, McpAppsSetHostContextDetailsDisplayMode displayMode, List<McpAppsSetHostContextDetailsAvailableDisplayMode> availableDisplayModes, McpAppsSetHostContextDetailsPlatform platform, String userAgent) Creates an instance of aMcpAppsSetHostContextDetailsrecord class.