Class PatternAnyModelCreateObject


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

      • PatternAnyModelCreateObject

        public PatternAnyModelCreateObject()
    • Method Detail

      • name

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

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

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

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