Class RegexModelUpdateObject


  • public class RegexModelUpdateObject
    extends Object
    Model object for updating a regular expression entity model.
    • Constructor Detail

      • RegexModelUpdateObject

        public RegexModelUpdateObject()
    • Method Detail

      • regexPattern

        public String regexPattern()
        Get the regexPattern value.
        Returns:
        the regexPattern value
      • withRegexPattern

        public RegexModelUpdateObject withRegexPattern​(String regexPattern)
        Set the regexPattern value.
        Parameters:
        regexPattern - the regexPattern value to set
        Returns:
        the RegexModelUpdateObject object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public RegexModelUpdateObject withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the RegexModelUpdateObject object itself.