Uses of Enum Class
com.github.copilot.generated.rpc.WorkspaceDiffFileChangeType
Packages that use WorkspaceDiffFileChangeType
-
Uses of WorkspaceDiffFileChangeType in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return WorkspaceDiffFileChangeTypeModifier and TypeMethodDescriptionWorkspaceDiffFileChange.changeType()Returns the value of thechangeTyperecord component.static WorkspaceDiffFileChangeTypestatic WorkspaceDiffFileChangeTypeReturns the enum constant of this class with the specified name.static WorkspaceDiffFileChangeType[]WorkspaceDiffFileChangeType.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 WorkspaceDiffFileChangeTypeModifierConstructorDescriptionWorkspaceDiffFileChange(String path, String diff, WorkspaceDiffFileChangeType changeType, String oldPath, Boolean isTruncated) Creates an instance of aWorkspaceDiffFileChangerecord class.