Class SystemNotificationInstructionDiscovered
java.lang.Object
com.github.copilot.generated.SystemNotification
com.github.copilot.generated.SystemNotificationInstructionDiscovered
@Generated("copilot-sdk-codegen")
public final class SystemNotificationInstructionDiscovered
extends SystemNotification
Schema for the `SystemNotificationInstructionDiscovered` type.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Returns the discriminator value for this variant.voidsetDescription(String description) voidsetSourcePath(String sourcePath) voidsetTriggerFile(String triggerFile) voidsetTriggerTool(String triggerTool)
-
Constructor Details
-
SystemNotificationInstructionDiscovered
public SystemNotificationInstructionDiscovered()
-
-
Method Details
-
getType
Description copied from class:SystemNotificationReturns the discriminator value for this variant.- Specified by:
getTypein classSystemNotification- Returns:
- the type discriminator
-
getSourcePath
-
setSourcePath
-
getTriggerFile
-
setTriggerFile
-
getTriggerTool
-
setTriggerTool
-
getDescription
-
setDescription
-