Class MaxParticipants

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

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

    • MaxParticipants

      public MaxParticipants()
    • MaxParticipants

      public MaxParticipants(Boolean initWithEmptyList)
  • Method Details

    • maxParticipants

      public MaxParticipants maxParticipants(Integer maxParticipants)
      The maximum number of participants that are allowed on a conversation.
    • getMaxParticipants

      public Integer getMaxParticipants()
    • setMaxParticipants

      public void setMaxParticipants(Integer maxParticipants)
    • 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