Uses of Enum Class
com.github.copilot.sdk.generated.rpc.SessionFsSetProviderConventions
Packages that use SessionFsSetProviderConventions
-
Uses of SessionFsSetProviderConventions in com.github.copilot.sdk.generated.rpc
Methods in com.github.copilot.sdk.generated.rpc that return SessionFsSetProviderConventionsModifier and TypeMethodDescriptionSessionFsSetProviderParams.conventions()Returns the value of theconventionsrecord component.Returns the enum constant of this class with the specified name.static SessionFsSetProviderConventions[]SessionFsSetProviderConventions.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated.rpc with parameters of type SessionFsSetProviderConventionsModifierConstructorDescriptionSessionFsSetProviderParams(String initialCwd, String sessionStatePath, SessionFsSetProviderConventions conventions) Creates an instance of aSessionFsSetProviderParamsrecord class.