Package com.enonic.xp.content
Class UnpublishContentParams
- java.lang.Object
-
- com.enonic.xp.content.UnpublishContentParams
-
public final class UnpublishContentParams extends java.lang.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 Modifier and Type Method Description static UnpublishContentParams.Builder
create()
boolean
equals(java.lang.Object o)
ContentIds
getContentIds()
PushContentListener
getPublishContentListener()
Branch
getUnpublishBranch()
int
hashCode()
boolean
isIncludeChildren()
-
-
-
Method Detail
-
getContentIds
public ContentIds getContentIds()
-
getUnpublishBranch
public Branch getUnpublishBranch()
-
isIncludeChildren
public boolean isIncludeChildren()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
create
public static UnpublishContentParams.Builder create()
-
getPublishContentListener
public PushContentListener getPublishContentListener()
-
-