Uses of Enum Class
com.github.copilot.sdk.generated.WorkspaceFileChangedOperation
Packages that use WorkspaceFileChangedOperation
-
Uses of WorkspaceFileChangedOperation in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return WorkspaceFileChangedOperationModifier and TypeMethodDescriptionSessionWorkspaceFileChangedEvent.SessionWorkspaceFileChangedEventData.operation()Returns the value of theoperationrecord component.Returns the enum constant of this class with the specified name.static WorkspaceFileChangedOperation[]WorkspaceFileChangedOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.sdk.generated with parameters of type WorkspaceFileChangedOperationModifierConstructorDescriptionSessionWorkspaceFileChangedEventData(String path, WorkspaceFileChangedOperation operation) Creates an instance of aSessionWorkspaceFileChangedEventDatarecord class.