Package com.enonic.xp.content
Class ContentPublishInfo
- java.lang.Object
-
- com.enonic.xp.content.ContentPublishInfo
-
public final class ContentPublishInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContentPublishInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentPublishInfo.Buildercreate()booleanequals(Object o)InstantgetFirst()InstantgetFrom()InstantgetTo()inthashCode()
-
-
-
Method Detail
-
create
public static ContentPublishInfo.Builder create()
-
getFrom
public Instant getFrom()
-
getTo
public Instant getTo()
-
getFirst
public Instant getFirst()
-
-