Package live.hms.video.sdk.models
Class HMSMessageRecipient
-
- All Implemented Interfaces:
public final class HMSMessageRecipientClass to denote the intended recipient(s) of the message
-
-
Field Summary
Fields Modifier and Type Field Description private HMSPeerrecipientPeerprivate List<HMSRole>recipientRolesprivate HMSMessageRecipientTyperecipientType
-
Method Summary
Modifier and Type Method Description final HMSPeergetRecipientPeer()final UnitsetRecipientPeer(HMSPeer recipientPeer)final List<HMSRole>getRecipientRoles()final UnitsetRecipientRoles(List<HMSRole> recipientRoles)final HMSMessageRecipientTypegetRecipientType()final UnitsetRecipientType(HMSMessageRecipientType recipientType)-
-
Method Detail
-
getRecipientPeer
final HMSPeer getRecipientPeer()
-
setRecipientPeer
final Unit setRecipientPeer(HMSPeer recipientPeer)
-
getRecipientRoles
final List<HMSRole> getRecipientRoles()
-
setRecipientRoles
final Unit setRecipientRoles(List<HMSRole> recipientRoles)
-
getRecipientType
final HMSMessageRecipientType getRecipientType()
-
setRecipientType
final Unit setRecipientType(HMSMessageRecipientType recipientType)
-
-
-
-