com.hp.lft.sdk.java

Class ListDescription.Init<T extends ListDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • selectedItems

        public T selectedItems(java.lang.String[] selectedItems)
        Initializes the selected items in the list.
        Parameters:
        selectedItems - the selected items in the list.
        Returns:
        the description instance with the update state (builder pattern).
      • itemsCount

        public T itemsCount(java.lang.Integer count)
        Initializes the number of items in the list.
        Parameters:
        count - the number of items in the list.
        Returns:
        the description instance with the update state (builder pattern).