> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/android/driving-insights/safetyscorerequestparameters/transportmodes.md).

# TransportModes

The transport modes for which an aggregated safety score is being requested.

## TransportModes API

### `all()`

Returns an instance of TransportModes that represents all transport modes.

```java
TransportModes all();
```

### `some()`

Returns an instance of TransportModes that represents a subset of transport modes.

```java
TransportModes some(TransportMode... modes);
```

<table><thead><tr><th width="217">Parameters</th><th></th></tr></thead><tbody><tr><td>modes</td><td>The transport modes for which an aggregated safety score is being requested. See <a href="/pages/3KD5yt1LrIL1VVniWBiq">TransportMode</a>.</td></tr></tbody></table>
