Package com.enonic.xp.content
Class HasUnpublishedChildrenParams
- java.lang.Object
-
- com.enonic.xp.content.HasUnpublishedChildrenParams
-
@PublicApi public final class HasUnpublishedChildrenParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HasUnpublishedChildrenParams.Builder
-
Constructor Summary
Constructors Constructor Description HasUnpublishedChildrenParams(ContentId contentId, Branch target)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static HasUnpublishedChildrenParams.Builder
create()
boolean
equals(Object o)
ContentId
getContentId()
Branch
getTarget()
Deprecated.int
hashCode()
void
validate()
Deprecated.
-
-
-
Constructor Detail
-
HasUnpublishedChildrenParams
@Deprecated public HasUnpublishedChildrenParams(ContentId contentId, Branch target)
Deprecated.
-
-
Method Detail
-
getContentId
public ContentId getContentId()
-
getTarget
@Deprecated public Branch getTarget()
Deprecated.
-
validate
@Deprecated public void validate()
Deprecated.
-
create
public static HasUnpublishedChildrenParams.Builder create()
-
-