Interface App.DefinitionStages.WithTemplate

    • Method Detail

      • withTemplate

        App.DefinitionStages.WithCreate withTemplate​(String template)
        Specifies the template property: The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch..
        Parameters:
        template - The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.
        Returns:
        the next definition stage.