Package org.openapitools.client.models
Class UpdatedCallPermissionsEvent
-
- All Implemented Interfaces:
-
org.openapitools.client.models.WSCallEvent
public final class UpdatedCallPermissionsEvent extends VideoEvent implements WSCallEvent
This event is sent to notify about permission changes for a user, clients receiving this event should update their UI accordingly
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcallCidprivate final OffsetDateTimecreatedAtprivate final List<OwnCapability>ownCapabilitiesprivate final Stringtypeprivate final UserResponseuser
-
Constructor Summary
Constructors Constructor Description UpdatedCallPermissionsEvent(String callCid, OffsetDateTime createdAt, List<OwnCapability> ownCapabilities, String type, UserResponse user)
-
Method Summary
Modifier and Type Method Description final StringgetCallCid()final OffsetDateTimegetCreatedAt()final List<OwnCapability>getOwnCapabilities()final StringgetType()final UserResponsegetUser()StringgetCallCID()StringgetEventType()-
-
Constructor Detail
-
UpdatedCallPermissionsEvent
UpdatedCallPermissionsEvent(String callCid, OffsetDateTime createdAt, List<OwnCapability> ownCapabilities, String type, UserResponse user)
- Parameters:
ownCapabilities- The capabilities of the current usertype- The type of event: \"call.
-
-
Method Detail
-
getCallCid
final String getCallCid()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getOwnCapabilities
final List<OwnCapability> getOwnCapabilities()
-
getUser
final UserResponse getUser()
-
getCallCID
String getCallCID()
-
getEventType
String getEventType()
-
-
-
-