com.hp.lft.sdk.sap.ui5

Class RoadMapDescription.Init<T extends RoadMapDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • items

        public T items(java.lang.String[] items)
        Initializes the names of all items including steps and sub-steps in the road map.
        Parameters:
        items - the names of all items.
        Returns:
        The description instance with the update state (builder pattern).
      • steps

        public T steps(java.lang.String[] steps)
        Initializes the names of all steps in the road map.
        Parameters:
        steps - the names of all steps.
        Returns:
        The description instance with the update state (builder pattern).
      • itemsCount

        public T itemsCount(java.lang.Integer itemsCount)
        Initializes the number of steps and sub-steps in the road map.
        Parameters:
        itemsCount - the number of steps and sub-steps to initialize.
        Returns:
        The description instance with the update state (builder pattern).
      • stepsCount

        public T stepsCount(java.lang.Integer stepsCount)
        Initializes the number of steps in the road map.
        Parameters:
        stepsCount - the number of steps to initialize.
        Returns:
        The description instance with the update state (builder pattern).