Uses of Enum Class
entsoe.EntsoeResolution
-
Uses of EntsoeResolution in entsoe
Methods in entsoe that return EntsoeResolutionModifier and TypeMethodDescriptionstatic EntsoeResolutionReturns the enum constant of this class with the specified name.static EntsoeResolution[]EntsoeResolution.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in entsoe with parameters of type EntsoeResolutionModifier and TypeMethodDescriptionstatic EntsoeDateEntsoeDate.fromENTSOEDate(EntsoeDate entsoeDate, int position, EntsoeResolution entsoeResolution) Constrict an new object based on an existing object and a relative offset (position).EntsoeClient.getTimeSeries(EntsoeDate entsoeDate, EntsoeResolution entsoeResolution) Returns a TimeSeries that is truncated at the specified cutOffDate.EntsoeClient.getTimeSeries(EntsoeDate entsoeDate, EntsoeResolution entsoeResolution, ZonedDateTime cutOffDate) Returns a TimeSeries that is truncated at the specified cutOffDate.