Package com.enonic.xp.content
Class ContentVersionPublishInfo
- java.lang.Object
-
- com.enonic.xp.content.ContentVersionPublishInfo
-
public final class ContentVersionPublishInfo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContentVersionPublishInfo.Builder
static class
ContentVersionPublishInfo.CommitType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentVersionPublishInfo.Builder
create()
boolean
equals(Object o)
ContentPublishInfo
getContentPublishInfo()
String
getMessage()
PrincipalKey
getPublisher()
Instant
getTimestamp()
ContentVersionPublishInfo.CommitType
getType()
int
hashCode()
-
-
-
Method Detail
-
create
public static ContentVersionPublishInfo.Builder create()
-
getPublisher
public PrincipalKey getPublisher()
-
getTimestamp
public Instant getTimestamp()
-
getMessage
public String getMessage()
-
getContentPublishInfo
public ContentPublishInfo getContentPublishInfo()
-
getType
public ContentVersionPublishInfo.CommitType getType()
-
-