public interface AdjustmentServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
TrafficForecastAdjustmentPage |
getTrafficAdjustmentsByStatement(Statement filterStatement)
Returns a
TrafficForecastAdjustmentPage of all TrafficForecastAdjustments that
satisfy the given Statement.query. |
TrafficForecastAdjustment[] |
updateTrafficAdjustments(TrafficForecastAdjustment[] adjustments)
Saves all of the provided traffic adjustments.
|
TrafficForecastAdjustmentPage getTrafficAdjustmentsByStatement(Statement filterStatement) throws RemoteException, ApiException
TrafficForecastAdjustmentPage of all TrafficForecastAdjustments that
satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
TrafficForecastAdjustment.id |
lastModifiedDateTime |
TrafficForecastAdjustment.lastModifiedDateTime |
RemoteExceptionApiExceptionTrafficForecastAdjustment[] updateTrafficAdjustments(TrafficForecastAdjustment[] adjustments) throws RemoteException, ApiException
If there is already a TrafficForecastAdjustment
saved for the same TrafficTimeSeriesFilterCriteria, the pre-existing TrafficForecastAdjustment will be
completely replaced with the submitted TrafficForecastAdjustment.
This method is no longer supported. To programmatically create adjustments, you must update to the V202005 API.
RemoteExceptionApiExceptionCopyright © 2020. All rights reserved.