Class PatternAnyModelUpdateObject


  • public class PatternAnyModelUpdateObject
    extends Object
    Model object for updating a Pattern.Any entity model.
    • Constructor Detail

      • PatternAnyModelUpdateObject

        public PatternAnyModelUpdateObject()
    • Method Detail

      • name

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

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

        public List<String> explicitList()
        Get the explicitList value.
        Returns:
        the explicitList value
      • withExplicitList

        public PatternAnyModelUpdateObject withExplicitList​(List<String> explicitList)
        Set the explicitList value.
        Parameters:
        explicitList - the explicitList value to set
        Returns:
        the PatternAnyModelUpdateObject object itself.