Package com.mypurecloud.sdk.v2.model
Class CopyVoicemailMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.CopyVoicemailMessage
- All Implemented Interfaces:
Serializable
Used to copy a VoicemailMessage to either a User or a Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe id of the Group to copy the VoicemailMessage tointhashCode()voidsetGroupId(String groupId) voidvoidsetVoicemailMessageId(String voicemailMessageId) toString()The id of the User to copy the VoicemailMessage tovoicemailMessageId(String voicemailMessageId) The id of the VoicemailMessage to copy
-
Constructor Details
-
CopyVoicemailMessage
public CopyVoicemailMessage() -
CopyVoicemailMessage
-
-
Method Details
-
voicemailMessageId
The id of the VoicemailMessage to copy -
getVoicemailMessageId
-
setVoicemailMessageId
-
userId
The id of the User to copy the VoicemailMessage to -
getUserId
-
setUserId
-
groupId
The id of the Group to copy the VoicemailMessage to -
getGroupId
-
setGroupId
-
equals
-
hashCode
public int hashCode() -
toString
-