Class ExpiringContentItem

java.lang.Object
org.craftercms.studio.model.rest.dashboard.ExpiringContentItem

public class ExpiringContentItem extends Object
Holds the data for an item that is close to or has already expired
Since:
4.0.0
Author:
joseross
  • Field Details

    • itemName

      protected String itemName
      The name of the item
    • itemPath

      protected String itemPath
      The path of the item
    • expiredDateTime

      protected ZonedDateTime expiredDateTime
      The expiry data of the item
    • sandboxItem

      protected SandboxItem sandboxItem
      The sandbox item
  • Constructor Details

  • Method Details

    • getItemName

      public String getItemName()
    • getItemPath

      public String getItemPath()
    • getExpiredDateTime

      public ZonedDateTime getExpiredDateTime()
    • getSandboxItem

      public SandboxItem getSandboxItem()