Uses of Class
com.github.copilot.rpc.ExpConfigEntry
Packages that use ExpConfigEntry
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of ExpConfigEntry in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return ExpConfigEntryModifier and TypeMethodDescriptionSets the identifier of this configuration entry.ExpConfigEntry.setParameters(Map<String, Object> parameters) Sets the parameter values keyed by parameter name.Methods in com.github.copilot.rpc that return types with arguments of type ExpConfigEntryModifier and TypeMethodDescriptionCopilotExpAssignmentResponse.getConfigs()Gets the configuration entries carrying typed parameter values.Method parameters in com.github.copilot.rpc with type arguments of type ExpConfigEntryModifier and TypeMethodDescriptionCopilotExpAssignmentResponse.setConfigs(List<ExpConfigEntry> configs) Sets the configuration entries carrying typed parameter values.