Class GroupSettings

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

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

    • GroupSettings

      public GroupSettings()
    • GroupSettings

      public GroupSettings(Boolean initWithEmptyList)
  • Method Details

    • minimumGroupSize

      public GroupSettings minimumGroupSize(Integer minimumGroupSize)
      The minimum size of a group for a session
    • getMinimumGroupSize

      public Integer getMinimumGroupSize()
    • setMinimumGroupSize

      public void setMinimumGroupSize(Integer minimumGroupSize)
    • maximumGroupSize

      public GroupSettings maximumGroupSize(Integer maximumGroupSize)
      The maximum size of a group for a session
    • getMaximumGroupSize

      public Integer getMaximumGroupSize()
    • setMaximumGroupSize

      public void setMaximumGroupSize(Integer maximumGroupSize)
    • maximumTotalSessions

      public GroupSettings maximumTotalSessions(Integer maximumTotalSessions)
      The maximum total number of sessions
    • getMaximumTotalSessions

      public Integer getMaximumTotalSessions()
    • setMaximumTotalSessions

      public void setMaximumTotalSessions(Integer maximumTotalSessions)
    • maximumConcurrentSessions

      public GroupSettings maximumConcurrentSessions(Integer maximumConcurrentSessions)
      The maximum number of sessions that can be scheduled concurrently
    • getMaximumConcurrentSessions

      public Integer getMaximumConcurrentSessions()
    • setMaximumConcurrentSessions

      public void setMaximumConcurrentSessions(Integer maximumConcurrentSessions)
    • 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