Class CharFilter

    • Constructor Detail

      • CharFilter

        public CharFilter​(String name)
        Creates an instance of CharFilter class.
        Parameters:
        name - the name value to set.
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the char filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.
        Returns:
        the name value.