Package com.mypurecloud.sdk.v2.model
Class MessageSubtypeSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.MessageSubtypeSettings
- All Implemented Interfaces:
Serializable
MessageSubtypeSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableAutoAnswer(Boolean enableAutoAnswer) Indicates if auto-answer is enabled for the given media type or subtype (default is false).enableInactivityTimeout(Boolean enableInactivityTimeout) Indicates if inactivity timeout is enabled for the given subtype.booleaninthashCode()voidsetEnableAutoAnswer(Boolean enableAutoAnswer) voidsetEnableInactivityTimeout(Boolean enableInactivityTimeout) toString()
-
Constructor Details
-
MessageSubtypeSettings
public MessageSubtypeSettings() -
MessageSubtypeSettings
-
-
Method Details
-
enableAutoAnswer
Indicates if auto-answer is enabled for the given media type or subtype (default is false). Subtype settings take precedence over media type settings. -
getEnableAutoAnswer
-
setEnableAutoAnswer
-
enableInactivityTimeout
Indicates if inactivity timeout is enabled for the given subtype. -
getEnableInactivityTimeout
-
setEnableInactivityTimeout
-
equals
-
hashCode
public int hashCode() -
toString
-