@PublicApi
public interface GanttChart
Modifier and Type | Method and Description |
---|---|
long |
getConfigId()
Gets the configuration ID associated with this Gantt chart.
|
String |
getConfigName()
Gets the name of the configuration associated with this Gantt chart.
|
java.time.ZonedDateTime |
getCreatedAt() |
String |
getCreator()
Retrieves the key of the user who created the Gantt chart.
|
long |
getId() |
String |
getName()
Gets the name of the Gantt chart.
|
java.time.LocalDate |
getStartDate()
Gets the start date of the Gantt chart.
|
long |
getStructureId()
Gets the structure ID which this Gantt chart belongs to.
|
long getId()
long getConfigId()
long getStructureId()
@Nullable String getName()
null
by default.null
if it is not set@NotNull String getConfigName()
@NotNull java.time.LocalDate getStartDate()
@NotNull java.time.ZonedDateTime getCreatedAt()
@NotNull String getCreator()
Copyright © 2024 ALMWorks. All Rights Reserved.