Uses of Enum Class
com.github.copilot.generated.rpc.HistoryFileRestoreSkipReason
Packages that use HistoryFileRestoreSkipReason
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of HistoryFileRestoreSkipReason in com.github.copilot.generated.rpc
Subclasses with type arguments of type HistoryFileRestoreSkipReason in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumReason a captured file was not restored.Methods in com.github.copilot.generated.rpc that return HistoryFileRestoreSkipReasonModifier and TypeMethodDescriptionstatic HistoryFileRestoreSkipReasonHistorySkippedFileRestore.reason()Returns the value of thereasonrecord component.static HistoryFileRestoreSkipReasonReturns the enum constant of this class with the specified name.static HistoryFileRestoreSkipReason[]HistoryFileRestoreSkipReason.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 HistoryFileRestoreSkipReasonModifierConstructorDescriptionHistorySkippedFileRestore(String path, HistoryFileRestoreSkipReason reason) Creates an instance of aHistorySkippedFileRestorerecord class.