| Package | Description |
|---|---|
| com.brein.api |
| Modifier and Type | Method and Description |
|---|---|
BreinTemporalData |
BreinTemporalData.addShapeTypes(java.lang.String... shapeTypes)
Adds the specified
shapeTypes to the currently defined shape-types to be returned with the response of
the request, i.e.: |
BreinTemporalData |
BreinTemporalData.setLatitude(double latitude)
Sets the latitude used to look-up the temporal information, i.e.:
|
BreinTemporalData |
BreinTemporalData.setLocalDateTime()
Sets the localDateTime based on the system's time, i.e.:
|
BreinTemporalData |
BreinTemporalData.setLocalDateTime(java.time.ZonedDateTime zonedDateTime)
Sets the localDateTime, i.e.:
|
BreinTemporalData |
BreinTemporalData.setLocation(java.lang.String freeText)
Sets the location data using free text, i.e.:
|
BreinTemporalData |
BreinTemporalData.setLocation(java.lang.String key,
java.lang.Object value) |
BreinTemporalData |
BreinTemporalData.setLocation(java.lang.String city,
java.lang.String state,
java.lang.String country)
Sets the location data using structured data (city, state, country), i.e.:
|
BreinTemporalData |
BreinTemporalData.setLongitude(double longitude)
Sets the longitude used to look-up the temporal information, i.e.:
|
BreinTemporalData |
BreinTemporalData.setLookUpIpAddress(java.lang.String ipAddress)
Sets the ipAddress used to look-up the temporal information, i.e.:
|
BreinTemporalData |
BreinTemporalData.setShapeTypes(java.lang.String... shapeTypes)
Sets the shape-types to be returned with the response of the request, i.e.:
|
BreinTemporalData |
BreinTemporalData.setTimezone(java.lang.String timezone)
Sets the timezone within the request, i.e.:
|
BreinTemporalData |
BreinTemporalData.setTimezone(java.util.TimeZone timezone)
Sets the timezone within the request, i.e.:
|
| Modifier and Type | Method and Description |
|---|---|
static BreinTemporalDataResult |
Breinify.temporalData(BreinTemporalData data)
Method to retrieve temporal information based on temporal data.
|
BreinTemporalDataResult |
Brein.temporalData(BreinTemporalData data)
Sends a temporalData to the engine utilizing the API.
|
Copyright © Breinify - All Rights Reserved.