Package com.mypurecloud.sdk.v2.model
Class IgnoredMinedEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.IgnoredMinedEntity
- All Implemented Interfaces:
Serializable
IgnoredMinedEntity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia Type for the entity (Optional)static enumType of participant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Date when the ignored entity was created.dateModified(Date dateModified) Date when the ignored entity was last modified.booleangetId()getText()inthashCode()Unique identifier for the ignored entitymediaType(IgnoredMinedEntity.MediaTypeEnum mediaType) Media Type for the entity (Optional)participant(IgnoredMinedEntity.ParticipantEnum participant) Type of participantvoidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetMediaType(IgnoredMinedEntity.MediaTypeEnum mediaType) voidsetParticipant(IgnoredMinedEntity.ParticipantEnum participant) voidText of the ignored entitytoString()
-
Constructor Details
-
IgnoredMinedEntity
public IgnoredMinedEntity() -
IgnoredMinedEntity
-
-
Method Details
-
id
Unique identifier for the ignored entity -
getId
-
setId
-
text
Text of the ignored entity -
getText
-
setText
-
participant
Type of participant -
getParticipant
-
setParticipant
-
dateCreated
Date when the ignored entity was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date when the ignored entity was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
mediaType
Media Type for the entity (Optional) -
getMediaType
-
setMediaType
-
equals
-
hashCode
public int hashCode() -
toString
-