Package com.enonic.xp.archive
Class RestoreContentParams
- java.lang.Object
-
- com.enonic.xp.archive.RestoreContentParams
-
@PublicApi public final class RestoreContentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRestoreContentParams.Builder
-
Constructor Summary
Constructors Constructor Description RestoreContentParams(RestoreContentParams.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RestoreContentParams.Buildercreate()ContentIdgetContentId()ContentPathgetParentPath()RestoreContentListenergetRestoreContentListener()booleanstopInherit()voidvalidate()
-
-
-
Constructor Detail
-
RestoreContentParams
public RestoreContentParams(RestoreContentParams.Builder builder)
-
-
Method Detail
-
create
public static RestoreContentParams.Builder create()
-
getContentId
public ContentId getContentId()
-
getParentPath
public ContentPath getParentPath()
-
getRestoreContentListener
public RestoreContentListener getRestoreContentListener()
-
stopInherit
public boolean stopInherit()
-
validate
public void validate()
-
-