Uses of Class
com.mypurecloud.sdk.v2.model.MinLength
Packages that use MinLength
-
Uses of MinLength in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinLengthModifier and TypeMethodDescriptionValidationLimits.getMinimum()ValidationLimits.getMinItems()ItemValidationLimits.getMinLength()ValidationLimits.getMinLength()A non-negative integer for a text-based schema field denoting the maximum smallest length string the field can contain for a schema instance.A non-negative integer for a text-based schema field denoting the minimum smallest length a string field can contain for a schema instance.Methods in com.mypurecloud.sdk.v2.model with parameters of type MinLengthModifier and TypeMethodDescriptionA structure denoting the system-imposed minimum string length (for text-based core types) or numeric values (for number-based) core types.voidValidationLimits.setMinimum(MinLength minimum) voidValidationLimits.setMinItems(MinLength minItems) voidItemValidationLimits.setMinLength(MinLength minLength) voidValidationLimits.setMinLength(MinLength minLength)