Package com.mypurecloud.sdk.v2.model
Class CallForwarding
java.lang.Object
com.mypurecloud.sdk.v2.model.CallForwarding
- All Implemented Interfaces:
Serializable
CallForwarding
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of voicemail to use with the callForwarding configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn ordered list of CallRoutes to be executed when CallForwarding is enabledWhether or not CallForwarding is enabledbooleangetCalls()getId()getName()getUser()inthashCode()modifiedDate(Date modifiedDate) Date time is represented as an ISO-8601 string.phoneNumber(String phoneNumber) This property is deprecated.voidvoidsetEnabled(Boolean enabled) voidsetModifiedDate(Date modifiedDate) voidvoidsetPhoneNumber(String phoneNumber) voidvoidsetVoicemail(CallForwarding.VoicemailEnum voicemail) toString()voicemail(CallForwarding.VoicemailEnum voicemail) The type of voicemail to use with the callForwarding configuration
-
Constructor Details
-
CallForwarding
public CallForwarding() -
CallForwarding
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
user
-
getUser
-
setUser
-
enabled
Whether or not CallForwarding is enabled -
getEnabled
-
setEnabled
-
phoneNumber
This property is deprecated. Please use the calls property -
getPhoneNumber
-
setPhoneNumber
-
calls
An ordered list of CallRoutes to be executed when CallForwarding is enabled -
getCalls
-
setCalls
-
voicemail
The type of voicemail to use with the callForwarding configuration -
getVoicemail
-
setVoicemail
-
modifiedDate
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getModifiedDate
-
setModifiedDate
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-