Package com.enonic.xp.content
Class DeleteContentParams
- java.lang.Object
-
- com.enonic.xp.content.DeleteContentParams
-
@PublicApi public final class DeleteContentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteContentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DeleteContentParams.Buildercreate()booleanequals(Object o)ContentPathgetContentPath()DeleteContentListenergetDeleteContentListener()inthashCode()booleanisDeleteOnline()Deprecated.voidvalidate()Deprecated.
-
-
-
Method Detail
-
create
public static DeleteContentParams.Builder create()
-
getContentPath
public ContentPath getContentPath()
-
isDeleteOnline
@Deprecated public boolean isDeleteOnline()
Deprecated.
-
getDeleteContentListener
public DeleteContentListener getDeleteContentListener()
-
validate
@Deprecated public void validate()
Deprecated.
-
-