-
- All Implemented Interfaces:
public final class Feature
Remote assist feature model
-
-
Field Summary
Fields Modifier and Type Field Description private final Entitlement
entitlement
private final Participant
requestor
-
Constructor Summary
Constructors Constructor Description Feature(Entitlement entitlement, Participant requestor)
-
Method Summary
Modifier and Type Method Description final Entitlement
getEntitlement()
final Participant
getRequestor()
-
-
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()
-
-
-
-