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 class
DeleteContentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DeleteContentParams.Builder
create()
boolean
equals(Object o)
ContentPath
getContentPath()
DeleteContentListener
getDeleteContentListener()
int
hashCode()
boolean
isDeleteOnline()
Deprecated.void
validate()
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.
-
-