com.hp.lft.sdk.java

Class ListDescription

    • Constructor Detail

      • ListDescription

        public ListDescription()
        Initializes a new instance of the ListDescription class.
      • ListDescription

        protected ListDescription(ListDescription.Init<?> init)
        Initializes a new instance of the ListDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setSelectedItems

        public void setSelectedItems(java.lang.String[] items)
        Sets the selected items in the list.
        Parameters:
        items - the selected items in the list.
      • getSelectedItems

        public java.lang.String[] getSelectedItems()
        Returns the selected items in the list.
        Returns:
        the selected items in the list.
      • setItemsCount

        public void setItemsCount(java.lang.Integer count)
        Sets the number of items in the list.
        Parameters:
        count - the number of items in the list.
      • getItemsCount

        public java.lang.Integer getItemsCount()
        Returns the number of items in the list.
        Returns:
        the number of items in the list.