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 class
UndoPendingDeleteContentParams.Builder
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static UndoPendingDeleteContentParams.Builder
create()
Deprecated.boolean
equals(Object o)
Deprecated.ContentIds
getContentIds()
Deprecated.Branch
getTarget()
Deprecated.int
hashCode()
Deprecated.
-
-
-
Method Detail
-
create
public static UndoPendingDeleteContentParams.Builder create()
Deprecated.
-
getContentIds
public ContentIds getContentIds()
Deprecated.
-
getTarget
public Branch getTarget()
Deprecated.
-
-