Package com.enonic.xp.content
Class UndoPendingDeleteContentParams
- java.lang.Object
-
- com.enonic.xp.content.UndoPendingDeleteContentParams
-
@PublicApi @Deprecated public final class UndoPendingDeleteContentParams extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUndoPendingDeleteContentParams.BuilderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UndoPendingDeleteContentParams.Buildercreate()Deprecated.booleanequals(Object o)Deprecated.ContentIdsgetContentIds()Deprecated.BranchgetTarget()Deprecated.inthashCode()Deprecated.
-
-
-
Method Detail
-
create
public static UndoPendingDeleteContentParams.Builder create()
Deprecated.
-
getContentIds
public ContentIds getContentIds()
Deprecated.
-
getTarget
public Branch getTarget()
Deprecated.
-
-