Interface ListItem

    • Field Summary

      • Fields inherited from interface com.adobe.cq.wcm.core.components.models.Component

        PN_ID
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default @Nullable java.lang.String getDescription()
      Returns the description of this ListItem.
      default @Nullable java.util.Calendar getLastModified()
      Returns the date when this ListItem was last modified.
      default @Nullable java.lang.String getName()
      Returns the name of this ListItem.
      default @Nullable java.lang.String getPath()
      Returns the path of this ListItem.
      default @Nullable java.lang.String getTitle()
      Returns the title of this ListItem.
      default @Nullable java.lang.String getURL()
      Returns the URL of this ListItem.
    • Method Detail

      • getURL

        @Nullable
        default @Nullable java.lang.String getURL()
        Returns the URL of this ListItem.
        Returns:
        the URL of this list item or null
        Since:
        com.adobe.cq.wcm.core.components.models 12.2.0
      • getTitle

        @Nullable
        default @Nullable java.lang.String getTitle()
        Returns the title of this ListItem.
        Returns:
        the title of this list item or null
        Since:
        com.adobe.cq.wcm.core.components.models 12.2.0
      • getDescription

        @Nullable
        default @Nullable java.lang.String getDescription()
        Returns the description of this ListItem.
        Returns:
        the description of this list item or null
        Since:
        com.adobe.cq.wcm.core.components.models 12.2.0
      • getLastModified

        @Nullable
        default @Nullable java.util.Calendar getLastModified()
        Returns the date when this ListItem was last modified.
        Returns:
        the last modified date of this list item or null
        Since:
        com.adobe.cq.wcm.core.components.models 12.2.0
      • getPath

        @Nullable
        default @Nullable java.lang.String getPath()
        Returns the path of this ListItem.
        Returns:
        the list item path or null
        Since:
        com.adobe.cq.wcm.core.components.models 12.2.0
      • getName

        @Nullable
        default @Nullable java.lang.String getName()
        Returns the name of this ListItem.
        Returns:
        the list item name or null
        Since:
        com.adobe.cq.wcm.core.components.models 12.6.0