public class GenericDateQueryOptions extends BaseHttpRequestOptions
Modifier and Type | Field and Description |
---|---|
static String |
ENDDATE |
static String |
PERIOD |
static String |
STARTDATE |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
GenericDateQueryOptions() |
Modifier and Type | Method and Description |
---|---|
GenericDateQueryOptions |
customPeriod(Date startDate,
Date endDate) |
GenericDateQueryOptions |
fixedPeriods(Types.PeriodType period) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final String PERIOD
public static final String STARTDATE
public static final String ENDDATE
public GenericDateQueryOptions customPeriod(Date startDate, Date endDate)
public GenericDateQueryOptions fixedPeriods(Types.PeriodType period)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.