Package com.enonic.xp.content
Class ContentPublishInfo
- java.lang.Object
-
- com.enonic.xp.content.ContentPublishInfo
-
public class ContentPublishInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContentPublishInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentPublishInfo.Builder
create()
boolean
equals(java.lang.Object o)
java.time.Instant
getFirst()
java.time.Instant
getFrom()
java.time.Instant
getTo()
int
hashCode()
-
-
-
Method Detail
-
create
public static ContentPublishInfo.Builder create()
-
getFrom
public java.time.Instant getFrom()
-
getTo
public java.time.Instant getTo()
-
getFirst
public java.time.Instant getFirst()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-