Package com.mypurecloud.sdk.v2.model
Class GroupSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.GroupSettings
- All Implemented Interfaces:
Serializable
GroupSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()maximumConcurrentSessions(Integer maximumConcurrentSessions) The maximum number of sessions that can be scheduled concurrentlymaximumGroupSize(Integer maximumGroupSize) The maximum size of a group for a sessionmaximumTotalSessions(Integer maximumTotalSessions) The maximum total number of sessionsminimumGroupSize(Integer minimumGroupSize) The minimum size of a group for a sessionvoidsetMaximumConcurrentSessions(Integer maximumConcurrentSessions) voidsetMaximumGroupSize(Integer maximumGroupSize) voidsetMaximumTotalSessions(Integer maximumTotalSessions) voidsetMinimumGroupSize(Integer minimumGroupSize) toString()
-
Constructor Details
-
GroupSettings
public GroupSettings() -
GroupSettings
-
-
Method Details
-
minimumGroupSize
The minimum size of a group for a session -
getMinimumGroupSize
-
setMinimumGroupSize
-
maximumGroupSize
The maximum size of a group for a session -
getMaximumGroupSize
-
setMaximumGroupSize
-
maximumTotalSessions
The maximum total number of sessions -
getMaximumTotalSessions
-
setMaximumTotalSessions
-
maximumConcurrentSessions
The maximum number of sessions that can be scheduled concurrently -
getMaximumConcurrentSessions
-
setMaximumConcurrentSessions
-
equals
-
hashCode
public int hashCode() -
toString
-