Uses of Class
com.mypurecloud.sdk.v2.model.MaxLength
Packages that use MaxLength
-
Uses of MaxLength in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MaxLengthModifier and TypeMethodDescriptionValidationLimits.getMaximum()ValidationLimits.getMaxItems()ItemValidationLimits.getMaxLength()ValidationLimits.getMaxLength()A non-negative integer for a text-based schema field denoting the maximum largest string the field can contain for a schema instance.A non-negative integer for a text-based schema field denoting the minimum largest length string the field can contain for a schema instance.Methods in com.mypurecloud.sdk.v2.model with parameters of type MaxLengthModifier and TypeMethodDescriptionA structure denoting the system-imposed minimum and maximum string length (for text-based core types) or numeric values (for number-based) core types.voidValidationLimits.setMaximum(MaxLength maximum) voidValidationLimits.setMaxItems(MaxLength maxItems) voidItemValidationLimits.setMaxLength(MaxLength maxLength) voidValidationLimits.setMaxLength(MaxLength maxLength)