Annotation Type Viber

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean allowsSpaces  
      boolean off
      Allows to disable validation rule if validation inherited from super class.
      boolean withoutPlus  
    • Element Detail

      • off

        boolean off
        Allows to disable validation rule if validation inherited from super class. By default, disable is off
        Returns:
        true if the validation must be disabled, false otherwise
        Default:
        false
      • withoutPlus

        boolean withoutPlus
        Returns:
        true if phone number must not start with plus character, false otherwise
        Default:
        true
      • allowsSpaces

        boolean allowsSpaces
        Returns:
        true if phone number can contain space characters, false otherwise
        Default:
        false