# Remote assist feature model

## Nested Class Summary

| Modifier and Type | Class | Description |
| --- | --- | --- |
|  |  |  |

## Field Summary

| Modifier and Type | Field | Description |
| --- | --- | --- |
| `private final Entitlement` | `entitlement` |  |
| `private final Participant` | `requestor` |  |

## Constructor Summary

| Constructor | Description |
| --- | --- |
| `Feature(Entitlement entitlement, Participant requestor)` |  |

## Enum Constant Summary

| Enum Constant | Description |
| --- | --- |

## Method Summary

| Modifier and Type | Method | Description |
| --- | --- | --- |
| `final Entitlement` | `getEntitlement()` |  |
| `final Participant` | `getRequestor()` |  |

### Methods inherited from class java.lang.Object

`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

## Constructor Detail

### Feature

```
Feature(Entitlement entitlement, Participant requestor)
```

Parameters:
`entitlement` - kind of remote assist feature being requested  
`requestor` - session participant who did request feature permission

## Method Detail

### getEntitlement

```
final Entitlement getEntitlement()
```

### getRequestor

```
final Participant getRequestor()
```
