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 Modifier and Type Method Description static DeleteContentParams.Builder
create()
boolean
equals(Object o)
ContentPath
getContentPath()
DeleteContentListener
getDeleteContentListener()
int
hashCode()
boolean
isDeleteOnline()
void
validate()
-
-
-
Method Detail
-
create
public static DeleteContentParams.Builder create()
-
getContentPath
public ContentPath getContentPath()
-
isDeleteOnline
public boolean isDeleteOnline()
-
getDeleteContentListener
public DeleteContentListener getDeleteContentListener()
-
validate
public void validate()
-
-