Class ExecSpecs.Builder
- java.lang.Object
-
- org.apache.syncope.common.rest.api.beans.ExecSpecs.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecSpecs
build()
ExecSpecs.Builder
dryRun(boolean dryRun)
ExecSpecs.Builder
key(String key)
ExecSpecs.Builder
startAt(OffsetDateTime startAt)
-
-
-
Method Detail
-
key
public ExecSpecs.Builder key(String key)
-
startAt
public ExecSpecs.Builder startAt(OffsetDateTime startAt)
-
dryRun
public ExecSpecs.Builder dryRun(boolean dryRun)
-
build
public ExecSpecs build()
-
-