Class ExpiringContentItem
java.lang.Object
org.craftercms.studio.model.rest.dashboard.ExpiringContentItem
Holds the data for an item that is close to or has already expired
- Since:
- 4.0.0
- Author:
- joseross
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ZonedDateTimeThe expiry data of the itemprotected StringThe name of the itemprotected StringThe path of the itemprotected SandboxItemThe sandbox item -
Constructor Summary
ConstructorsConstructorDescriptionExpiringContentItem(String itemName, String itemPath, ZonedDateTime expiredDateTime, SandboxItem sandboxItem) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
itemName
The name of the item -
itemPath
The path of the item -
expiredDateTime
The expiry data of the item -
sandboxItem
The sandbox item
-
-
Constructor Details
-
ExpiringContentItem
public ExpiringContentItem(String itemName, String itemPath, ZonedDateTime expiredDateTime, SandboxItem sandboxItem)
-
-
Method Details
-
getItemName
-
getItemPath
-
getExpiredDateTime
-
getSandboxItem
-