@Value.Immutable
public interface FioRequest
| Modifier and Type | Interface and Description |
|---|---|
static class |
FioRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FioRequest.Builder |
builder() |
Set<FioBlock> |
excludeBlocks()
Exclude some number of data blocks from the API response.
|
Boolean |
extendHourly()
When present on a forecast request, return hourly data for the next seven days,
rather than the next two.
|
Set<FioBlock> |
includeBlocks()
Include some number of data blocks in the API response.
|
FioLanguage |
language()
Return summary properties in the desired language
|
String |
latitude() |
String |
longitude() |
FioUnit |
unit()
Return the API response in units other than the default Imperial units
|
String latitude()
String longitude()
Boolean extendHourly()
FioLanguage language()
FioUnit unit()
Set<FioBlock> excludeBlocks()
By default (when this method and includeBlocks() is never called) all
blocks are included.
Set<FioBlock> includeBlocks()
By default (when this method and excludeBlocks() is never called) all
blocks are included.
static FioRequest.Builder builder()
Copyright © 2016. All rights reserved.