Package com.enonic.xp.page
Class UpdatePageParams
- java.lang.Object
-
- com.enonic.xp.page.UpdatePageParams
-
@PublicApi public final class UpdatePageParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UpdatePageParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdatePageParams
content(ContentId contentId)
UpdatePageParams
editor(PageEditor editor)
ContentId
getContent()
PageEditor
getEditor()
-
-
-
Method Detail
-
content
public UpdatePageParams content(ContentId contentId)
-
editor
public UpdatePageParams editor(PageEditor editor)
-
getContent
public ContentId getContent()
-
getEditor
public PageEditor getEditor()
-
-