Uses of Enum Class
com.bytedesk.ai.utils.tools.Unit
Packages that use Unit
-
Uses of Unit in com.bytedesk.ai.utils.tools
Fields in com.bytedesk.ai.utils.tools declared as UnitModifier and TypeFieldDescriptionprivate final Unit
WeatherRequest.unit
The field for theunit
record component.private final Unit
WeatherResponse.unit
The field for theunit
record component.Methods in com.bytedesk.ai.utils.tools that return UnitModifier and TypeMethodDescriptionWeatherRequest.unit()
Returns the value of theunit
record component.WeatherResponse.unit()
Returns the value of theunit
record component.static Unit
Returns the enum constant of this class with the specified name.static Unit[]
Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.bytedesk.ai.utils.tools with parameters of type UnitModifierConstructorDescriptionWeatherRequest
(String location, Unit unit) Creates an instance of aWeatherRequest
record class.WeatherResponse
(double temp, Unit unit) Creates an instance of aWeatherResponse
record class.