Interface App.UpdateStages.WithSubdomain

  • All Known Subinterfaces:
    App.Update
    Enclosing interface:
    App.UpdateStages

    public static interface App.UpdateStages.WithSubdomain
    The stage of the App update allowing to specify subdomain.
    • Method Detail

      • withSubdomain

        App.Update withSubdomain​(String subdomain)
        Specifies the subdomain property: The subdomain of the application..
        Parameters:
        subdomain - The subdomain of the application.
        Returns:
        the next definition stage.