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 ZonedDateTime
The expiry data of the itemprotected String
The name of the itemprotected String
The path of the itemprotected SandboxItem
The 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
-