Package com.mypurecloud.sdk.v2.model
Class Recipient
java.lang.Object
com.mypurecloud.sdk.v2.model.Recipient
- All Implemented Interfaces:
Serializable
Recipient
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe messenger type for this recipient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUser that created this recipientdateCreated(Date dateCreated) Date this recipient was created.dateModified(Date dateModified) Date this recipient was modified.booleanAn automate flow object which defines the set of actions to be taken, when a message is received by this recipient.getFlow()getId()getName()inthashCode()messengerType(Recipient.MessengerTypeEnum messengerType) The messenger type for this recipientmodifiedBy(User modifiedBy) User that modified this recipientvoidsetCreatedBy(User createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetMessengerType(Recipient.MessengerTypeEnum messengerType) voidsetModifiedBy(User modifiedBy) voidtoString()
-
Constructor Details
-
Recipient
public Recipient() -
Recipient
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
flow
An automate flow object which defines the set of actions to be taken, when a message is received by this recipient. -
getFlow
-
setFlow
-
dateCreated
Date this recipient was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date this recipient was modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
createdBy
User that created this recipient -
getCreatedBy
-
setCreatedBy
-
modifiedBy
User that modified this recipient -
getModifiedBy
-
setModifiedBy
-
messengerType
The messenger type for this recipient -
getMessengerType
-
setMessengerType
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-