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