@Value.Immutable
public interface RestScheduleSummary
| Modifier and Type | Method and Description |
|---|---|
static io.digdag.client.api.ImmutableRestScheduleSummary.Builder |
builder() |
java.time.Instant |
getCreatedAt() |
com.google.common.base.Optional<java.time.Instant> |
getDisabledAt() |
Id |
getId() |
java.time.Instant |
getNextRunTime() |
java.time.OffsetDateTime |
getNextScheduleTime() |
IdAndName |
getProject() |
java.time.Instant |
getUpdatedAt() |
IdAndName |
getWorkflow() |
Id getId()
IdAndName getProject()
IdAndName getWorkflow()
java.time.Instant getNextRunTime()
java.time.OffsetDateTime getNextScheduleTime()
java.time.Instant getCreatedAt()
java.time.Instant getUpdatedAt()
com.google.common.base.Optional<java.time.Instant> getDisabledAt()
static io.digdag.client.api.ImmutableRestScheduleSummary.Builder builder()