Class PrebuiltDomainCreateBaseObject


  • public class PrebuiltDomainCreateBaseObject
    extends Object
    A model object containing the name of the custom prebuilt entity and the name of the domain to which this model belongs.
    • Constructor Detail

      • PrebuiltDomainCreateBaseObject

        public PrebuiltDomainCreateBaseObject()
    • Method Detail

      • domainName

        public String domainName()
        Get the domainName value.
        Returns:
        the domainName value
      • withDomainName

        public PrebuiltDomainCreateBaseObject withDomainName​(String domainName)
        Set the domainName value.
        Parameters:
        domainName - the domainName value to set
        Returns:
        the PrebuiltDomainCreateBaseObject object itself.