ExprTypeClassicConditionsTimeRangeBuilder
Constructor
new ExprTypeClassicConditionsTimeRangeBuilder()
Methods
build
Builds the object.
public ExprTypeClassicConditionsTimeRange build()
from
From is the start time of the query.
public ExprTypeClassicConditionsTimeRangeBuilder from(String from)
to
To is the end time of the query.
public ExprTypeClassicConditionsTimeRangeBuilder to(String to)
See also