Class ItemValidationLimits

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

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

    • ItemValidationLimits

      public ItemValidationLimits()
    • ItemValidationLimits

      public ItemValidationLimits(Boolean initWithEmptyList)
  • Method Details

    • minLength

      public ItemValidationLimits minLength(MinLength minLength)
      A structure denoting the system-imposed minimum string length (for text-based core types) or numeric values (for number-based) core types. For example, the validationLimits for a text-based core type specify the min/max values for a minimum string length (minLength) constraint supplied by a schemaauthor on a text field. Similarly, the maxLength's min/max specifies maximum string length constraint supplied by a schema author for the same field.
    • getMinLength

      public MinLength getMinLength()
    • setMinLength

      public void setMinLength(MinLength minLength)
    • maxLength

      public ItemValidationLimits maxLength(MaxLength maxLength)
      A structure denoting the system-imposed minimum and maximum string length (for text-based core types) or numeric values (for number-based) core types. For example, the validationLimits for a text-based core type specify the min/max values for a minimum string length (minLength) constraint supplied by a schemaauthor on a text field. Similarly, the maxLength's min/max specifies maximum string length constraint supplied by a schema author for the same field.
    • getMaxLength

      public MaxLength getMaxLength()
    • setMaxLength

      public void setMaxLength(MaxLength maxLength)
    • 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