Package com.enonic.xp.node
Class SnapshotParams
- java.lang.Object
-
- com.enonic.xp.node.SnapshotParams
-
@PublicApi public class SnapshotParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SnapshotParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnapshotParams.Builder
create()
RepositoryId
getRepositoryId()
String
getSnapshotName()
boolean
isIncludeIndexedData()
boolean
isOverwrite()
-
-
-
Method Detail
-
create
public static SnapshotParams.Builder create()
-
getSnapshotName
public String getSnapshotName()
-
getRepositoryId
public RepositoryId getRepositoryId()
-
isIncludeIndexedData
public boolean isIncludeIndexedData()
-
isOverwrite
public boolean isOverwrite()
-
-