Interface IModelObject.Builder

    • Method Detail

      • build

        IModelObject build​()
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.