Class MinLength

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

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

    • MinLength

      public MinLength()
    • MinLength

      public MinLength(Boolean initWithEmptyList)
  • Method Details

    • min

      public MinLength min(Long min)
      A non-negative integer for a text-based schema field denoting the minimum smallest length a string field can contain for a schema instance.
    • getMin

      public Long getMin()
    • setMin

      public void setMin(Long min)
    • max

      public MinLength max(Long max)
      A non-negative integer for a text-based schema field denoting the maximum smallest length string the field can contain for a schema instance.
    • getMax

      public Long getMax()
    • setMax

      public void setMax(Long max)
    • 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