Uses of Enum Class
com.github.copilot.sdk.json.SectionOverrideAction
Packages that use SectionOverrideAction
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of SectionOverrideAction in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json that return SectionOverrideActionModifier and TypeMethodDescriptionSectionOverride.getAction()Gets the override action.static SectionOverrideActionReturns the enum constant of this class with the specified name.static SectionOverrideAction[]SectionOverrideAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.copilot.sdk.json with parameters of type SectionOverrideActionModifier and TypeMethodDescriptionSectionOverride.setAction(SectionOverrideAction action) Sets the override action.