Constructor
new DateDumpRequest(date)
Parameters:
Name | Type | Description |
---|---|---|
date |
Date | Date to fetch the Dump for |
Members
(protected) date :Date
Date for which to get the Data Dump with this request.
Type:
- Date
Methods
setDate(date) → {this}
Set the date
for which to get the Dump.
Parameters:
Name | Type | Description |
---|---|---|
date |
Date | Date of the desired Dump |
Returns:
The request, for chaining
- Type
- this