Uses of Record Class
entsoe.EntsoeDate
-
Uses of EntsoeDate in entsoe
Methods in entsoe that return EntsoeDateModifier and TypeMethodDescriptionstatic EntsoeDateEntsoeDate.fromENTSOEDate(EntsoeDate entsoeDate, int position, EntsoeResolution entsoeResolution) Constrict an new object based on an existing object and a relative offset (position).static EntsoeDateEntsoeDate.fromENTSOEDateString(String entsoeFormat) Create a new object of the String representation of an ENTSO-E date.Methods in entsoe that return types with arguments of type EntsoeDateModifier and TypeMethodDescriptionEntsoeClient.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.Methods in entsoe with parameters of type EntsoeDateModifier and TypeMethodDescriptionintEntsoeDate.compareTo(EntsoeDate o) static EntsoeDateEntsoeDate.fromENTSOEDate(EntsoeDate entsoeDate, int position, EntsoeResolution entsoeResolution) Constrict an new object based on an existing object and a relative offset (position).EntsoeClient.getRequestURL(EntsoeDate entsoeDate) Assemble the request URL for a specific dateEntsoeClient.getSpotpriceDataRaw(EntsoeDate entsoeDateIn) Returns the raw spot price data as XML String.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.