@Value.Immutable
public interface RestScheduleSkipRequest
| Modifier and Type | Method and Description |
|---|---|
static io.digdag.client.api.ImmutableRestScheduleSkipRequest.Builder |
builder() |
com.google.common.base.Optional<java.lang.Integer> |
getCount() |
boolean |
getDryRun() |
com.google.common.base.Optional<java.time.Instant> |
getFromTime() |
com.google.common.base.Optional<java.time.Instant> |
getNextRunTime() |
com.google.common.base.Optional<LocalTimeOrInstant> |
getNextTime() |
com.google.common.base.Optional<java.lang.Integer> getCount()
com.google.common.base.Optional<java.time.Instant> getFromTime()
com.google.common.base.Optional<LocalTimeOrInstant> getNextTime()
com.google.common.base.Optional<java.time.Instant> getNextRunTime()
boolean getDryRun()
static io.digdag.client.api.ImmutableRestScheduleSkipRequest.Builder builder()