Class RestorePresenceSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.RestorePresenceSettings
All Implemented Interfaces:
Serializable

public class RestorePresenceSettings extends Object implements Serializable
RestorePresenceSettings
See Also:
  • Constructor Details

    • RestorePresenceSettings

      public RestorePresenceSettings()
    • RestorePresenceSettings

      public RestorePresenceSettings(Boolean initWithEmptyList)
  • Method Details

    • enabled

      public RestorePresenceSettings enabled(Boolean enabled)
      Whether the restore presence feature is enabled
    • getEnabled

      public Boolean getEnabled()
    • setEnabled

      public void setEnabled(Boolean enabled)
    • restoreTimeMilliseconds

      public RestorePresenceSettings restoreTimeMilliseconds(Long restoreTimeMilliseconds)
      How many milliseconds the presence will be restored within
    • getRestoreTimeMilliseconds

      public Long getRestoreTimeMilliseconds()
    • setRestoreTimeMilliseconds

      public void setRestoreTimeMilliseconds(Long restoreTimeMilliseconds)
    • restoreOnQueueEnabled

      public RestorePresenceSettings restoreOnQueueEnabled(Boolean restoreOnQueueEnabled)
      Whether the ON_QUEUE presence will be restored
    • getRestoreOnQueueEnabled

      public Boolean getRestoreOnQueueEnabled()
    • setRestoreOnQueueEnabled

      public void setRestoreOnQueueEnabled(Boolean restoreOnQueueEnabled)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object