public interface RESTDataQuery
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDimensionAtObservation()
Returns the dimension to , or null if undefined
|
SdmxDate |
getEndPeriod()
Returns the end date to get the data from, or null if undefined
|
java.lang.Integer |
getFirstNObservations()
Returns the last 'n' observations, for each series key, to return as a result of a data query
|
StructureReferenceBean |
getFlowRef()
Returns the dataflow reference
|
java.lang.Integer |
getlastNObsertations()
Returns the first 'n' observations, for each series key, to return as a result of a data query.
|
StructureReferenceBean |
getProviderRef()
Returns the data provider reference, or null if ALL
|
DATA_QUERY_DETAIL |
getQueryDetail()
Returns the level of detail for the returne data, or null if undefined
|
java.util.List<java.util.Set<java.lang.String>> |
getQueryList()
Returns the list of dimension codeid filters, in the same order as the dimensions are defined by the DataStructure
|
java.lang.String |
getRestQuery()
Returns a String representation of this query, in SDMX REST format starting from Data/.
|
SdmxDate |
getStartPeriod()
Returns the start date to get the data from, or null if undefined
|
SdmxDate |
getUpdatedAfter()
Returns the updated after date to get the data from, or null if undefined
|
boolean |
includeHistory()
If true then the response message will contain previous versions of the data as they were disseminated in the past
past ("history" or "timeline" functionality)
|
java.lang.String getRestQuery()
boolean includeHistory()
StructureReferenceBean getFlowRef()
StructureReferenceBean getProviderRef()
SdmxDate getStartPeriod()
SdmxDate getEndPeriod()
SdmxDate getUpdatedAfter()
java.lang.Integer getlastNObsertations()
java.lang.Integer getFirstNObservations()
DATA_QUERY_DETAIL getQueryDetail()
java.lang.String getDimensionAtObservation()
java.util.List<java.util.Set<java.lang.String>> getQueryList()