Package com.uc4.api

Class DetailGroup

java.lang.Object
com.uc4.api.DetailGroup

public class DetailGroup extends Object
This class represents a Group in the Detail of a task. A Detail can contain more than one tab. The method getDetailTab() can be used to get the name of the tab.
  • Constructor Details

    • DetailGroup

      public DetailGroup(String name, LinkedHashMap<String,String> properties, String tab)
      Constructs a DetailGroup using the specified parameters.
      Parameters:
      name - Name of the Group
      properties - Properties
      tab - Name of tab to which this group belongs
  • Method Details

    • getDetailTab

      public String getDetailTab()
      Returns the name of the tab.
      Returns:
      tab name
    • getName

      public String getName()
      Returns the name of this group.
      Returns:
      group name
    • getProperties

      public Properties getProperties()
      Returns the properties of this group.
      Returns:
      properties
    • getDetails

      public LinkedHashMap<String,String> getDetails()
      Returns the details of this group in the same order as sent by the server.
      Returns:
      Details of a group