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 class
UnpublishContentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UnpublishContentParams.Builder
create()
boolean
equals(Object o)
ContentIds
getContentIds()
PushContentListener
getPublishContentListener()
Branch
getUnpublishBranch()
Deprecated.int
hashCode()
boolean
isIncludeChildren()
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()
-
-