Uses of Enum Class
com.github.copilot.generated.rpc.OptionsUpdateEnvValueMode
Packages that use OptionsUpdateEnvValueMode
-
Uses of OptionsUpdateEnvValueMode in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return OptionsUpdateEnvValueModeModifier and TypeMethodDescriptionSessionOptionsUpdateParams.envValueMode()Returns the value of theenvValueModerecord component.static OptionsUpdateEnvValueModestatic OptionsUpdateEnvValueModeReturns the enum constant of this class with the specified name.static OptionsUpdateEnvValueMode[]OptionsUpdateEnvValueMode.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 OptionsUpdateEnvValueModeModifierConstructorDescriptionSessionOptionsUpdateParams(String sessionId, String model, String reasoningEffort, String clientName, String lspClientName, String integrationId, Map<String, Boolean> featureFlags, Boolean isExperimentalMode, Object provider, String workingDirectory, List<String> availableTools, List<String> excludedTools, OptionsUpdateToolFilterPrecedence toolFilterPrecedence, Boolean enableScriptSafety, String shellInitProfile, List<String> shellProcessFlags, Object sandboxConfig, Boolean logInteractiveShells, OptionsUpdateEnvValueMode envValueMode, List<String> skillDirectories, List<String> disabledSkills, Boolean enableOnDemandInstructionDiscovery, List<SessionInstalledPlugin> installedPlugins, Boolean customAgentsLocalOnly, Boolean skipCustomInstructions, List<String> disabledInstructionSources, Boolean coauthorEnabled, String trajectoryFile, Boolean enableStreaming, String copilotUrl, Boolean askUserDisabled, Boolean continueOnAutoMode, Boolean runningInInteractiveMode, Boolean enableReasoningSummaries, String agentContext, String eventsLogDirectory, List<Object> additionalContentExclusionPolicies, Boolean manageScheduleEnabled) Creates an instance of aSessionOptionsUpdateParamsrecord class.