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 class
RestoreContentParams.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.Builder
create()
ContentId
getContentId()
ContentPath
getParentPath()
RestoreContentListener
getRestoreContentListener()
boolean
stopInherit()
void
validate()
-
-
-
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()
-
-