Class ExecSpecs

java.lang.Object
org.apache.syncope.common.rest.api.beans.ExecSpecs
All Implemented Interfaces:
Serializable

public class ExecSpecs extends Object implements Serializable
See Also:
  • Constructor Details

    • ExecSpecs

      public ExecSpecs()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      @NotNull @PathParam("key") public void setKey(String key)
    • getStartAt

      public OffsetDateTime getStartAt()
    • setStartAt

      @QueryParam("startAt") public void setStartAt(OffsetDateTime startAt)
    • getDryRun

      public Boolean getDryRun()
    • setDryRun

      @QueryParam("dryRun") @DefaultValue("false") public void setDryRun(Boolean dryRun)