Package com.mypurecloud.sdk.v2.model
Class ItemValidationLimits
java.lang.Object
com.mypurecloud.sdk.v2.model.ItemValidationLimits
- All Implemented Interfaces:
Serializable
ItemValidationLimits
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()A structure denoting the system-imposed minimum and maximum string length (for text-based core types) or numeric values (for number-based) core types.A structure denoting the system-imposed minimum string length (for text-based core types) or numeric values (for number-based) core types.voidsetMaxLength(MaxLength maxLength) voidsetMinLength(MinLength minLength) toString()
-
Constructor Details
-
ItemValidationLimits
public ItemValidationLimits() -
ItemValidationLimits
-
-
Method Details
-
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
-
setMinLength
-
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
-
setMaxLength
-
equals
-
hashCode
public int hashCode() -
toString
-