Package com.mypurecloud.sdk.v2.model
Class RestorePresenceSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.RestorePresenceSettings
- All Implemented Interfaces:
Serializable
RestorePresenceSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether the restore presence feature is enabledbooleaninthashCode()restoreOnQueueEnabled(Boolean restoreOnQueueEnabled) Whether the ON_QUEUE presence will be restoredrestoreTimeMilliseconds(Long restoreTimeMilliseconds) How many milliseconds the presence will be restored withinvoidsetEnabled(Boolean enabled) voidsetRestoreOnQueueEnabled(Boolean restoreOnQueueEnabled) voidsetRestoreTimeMilliseconds(Long restoreTimeMilliseconds) toString()
-
Constructor Details
-
RestorePresenceSettings
public RestorePresenceSettings() -
RestorePresenceSettings
-
-
Method Details
-
enabled
Whether the restore presence feature is enabled -
getEnabled
-
setEnabled
-
restoreTimeMilliseconds
How many milliseconds the presence will be restored within -
getRestoreTimeMilliseconds
-
setRestoreTimeMilliseconds
-
restoreOnQueueEnabled
Whether the ON_QUEUE presence will be restored -
getRestoreOnQueueEnabled
-
setRestoreOnQueueEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-