Package com.enonic.xp.content
Class UndoPendingDeleteContentParams
- java.lang.Object
-
- com.enonic.xp.content.UndoPendingDeleteContentParams
-
@PublicApi public final class UndoPendingDeleteContentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UndoPendingDeleteContentParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UndoPendingDeleteContentParams.Builder
create()
boolean
equals(Object o)
ContentIds
getContentIds()
Branch
getTarget()
int
hashCode()
-
-
-
Method Detail
-
create
public static UndoPendingDeleteContentParams.Builder create()
-
getContentIds
public ContentIds getContentIds()
-
getTarget
public Branch getTarget()
-
-