Package com.enonic.xp.content
Class UnpublishContentParams
- java.lang.Object
-
- com.enonic.xp.content.UnpublishContentParams
-
public final class UnpublishContentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUnpublishContentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UnpublishContentParams.Buildercreate()booleanequals(Object o)ContentIdsgetContentIds()PushContentListenergetPublishContentListener()BranchgetUnpublishBranch()Deprecated.inthashCode()booleanisIncludeChildren()Deprecated.
-
-
-
Method Detail
-
getContentIds
public ContentIds getContentIds()
-
getPublishContentListener
public PushContentListener getPublishContentListener()
-
getUnpublishBranch
@Deprecated public Branch getUnpublishBranch()
Deprecated.
-
isIncludeChildren
@Deprecated public boolean isIncludeChildren()
Deprecated.
-
create
public static UnpublishContentParams.Builder create()
-
-