Package com.enonic.xp.node
Class DeleteSnapshotParams
- java.lang.Object
-
- com.enonic.xp.node.DeleteSnapshotParams
-
@PublicApi public class DeleteSnapshotParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteSnapshotParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteSnapshotParams.Buildercreate()InstantgetBefore()Set<String>getSnapshotNames()
-
-
-
Method Detail
-
getBefore
public Instant getBefore()
-
create
public static DeleteSnapshotParams.Builder create()
-
-