Package com.enonic.xp.content
Class SetActiveContentVersionResult
- java.lang.Object
-
- com.enonic.xp.content.SetActiveContentVersionResult
-
public class SetActiveContentVersionResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SetActiveContentVersionResult(ContentId contentId, ContentVersionId contentVersionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentId
getContentId()
ContentVersionId
getContentVersionId()
-
-
-
Constructor Detail
-
SetActiveContentVersionResult
public SetActiveContentVersionResult(ContentId contentId, ContentVersionId contentVersionId)
-
-
Method Detail
-
getContentVersionId
public ContentVersionId getContentVersionId()
-
getContentId
public ContentId getContentId()
-
-