Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.wsspi.cloud.productinsights.Group

    • Uses of Group in com.ibm.wsspi.cloud.productinsights

      Methods in com.ibm.wsspi.cloud.productinsights that return Group 
      Modifier and Type Method and Description
      Group Group.setParentGroupId(java.lang.String parentGroupId)
      Sets the unique identifier for the group's parent group, or null if the group has no parent group.
      Group Group.setTranslatedName(java.util.Map<java.lang.String,java.lang.String> translatedName)
      Sets the translated names of this group as a Map where the key is the language and the value is the translated name of the group (e.g.
      Methods in com.ibm.wsspi.cloud.productinsights that return types with arguments of type Group 
      Modifier and Type Method and Description
      java.util.List<Group> ProductExtension.getGroups(java.util.List<Group> combinedGroups)
      Returns the product groups for software registration.
      Method parameters in com.ibm.wsspi.cloud.productinsights with type arguments of type Group 
      Modifier and Type Method and Description
      java.util.List<Group> ProductExtension.getGroups(java.util.List<Group> combinedGroups)
      Returns the product groups for software registration.
      java.util.Set<MetricDescriptor> ProductExtension.getMetricDescriptors(java.util.List<Group> groups)
      Returns a set of metric descriptors for the metrics that will be provided by this product.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes