Uses of Enum Class
com.github.copilot.generated.rpc.ModelPickerPriceCategory
Packages that use ModelPickerPriceCategory
-
Uses of ModelPickerPriceCategory in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return ModelPickerPriceCategoryModifier and TypeMethodDescriptionstatic ModelPickerPriceCategoryModel.modelPickerPriceCategory()Returns the value of themodelPickerPriceCategoryrecord component.static ModelPickerPriceCategoryReturns the enum constant of this class with the specified name.static ModelPickerPriceCategory[]ModelPickerPriceCategory.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 ModelPickerPriceCategoryModifierConstructorDescriptionModel(String id, String name, ModelCapabilities capabilities, ModelPolicy policy, ModelBilling billing, List<String> supportedReasoningEfforts, String defaultReasoningEffort, ModelPickerCategory modelPickerCategory, ModelPickerPriceCategory modelPickerPriceCategory) Creates an instance of aModelrecord class.