# SafetyScoreRequestParameters

Represents the parameters for which an aggregated safety score is being requested.

## SafetyScoreRequestParameters API

### `getOccupantRoles()`

Returns the occupant roles for which an aggregated safety score will be requested.

```java
OccupantRoles getOccupantRoles();
```

### `getPeriod()`

Returns the period for which an aggregated safety score will be requested.

```java
Period getPeriod();
```

### `getTransportModes()`

Returns the transport modes for which an aggregated safety score will be requested.

```java
TransportModes getTransportModes();
```
