public class ProjectManagementOptions extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ProjectManagementOptions.PageSizeEnum |
The size of the page.
|
static class |
ProjectManagementOptions.TimeUnitEnum |
The time unit to use as minimal point.
|
| Constructor | Description |
|---|---|
ProjectManagementOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
ProjectManagementOptions |
endDate(org.threeten.bp.OffsetDateTime endDate) |
|
boolean |
equals(Object o) |
|
org.threeten.bp.OffsetDateTime |
getEndDate() |
The end date of a Gantt Chart View to render.
|
ProjectManagementOptions.PageSizeEnum |
getPageSize() |
The size of the page.
|
org.threeten.bp.OffsetDateTime |
getStartDate() |
The start date of a Gantt Chart View to render.
|
ProjectManagementOptions.TimeUnitEnum |
getTimeUnit() |
The time unit to use as minimal point.
|
int |
hashCode() |
|
ProjectManagementOptions |
pageSize(ProjectManagementOptions.PageSizeEnum pageSize) |
|
void |
setEndDate(org.threeten.bp.OffsetDateTime endDate) |
|
void |
setPageSize(ProjectManagementOptions.PageSizeEnum pageSize) |
|
void |
setStartDate(org.threeten.bp.OffsetDateTime startDate) |
|
void |
setTimeUnit(ProjectManagementOptions.TimeUnitEnum timeUnit) |
|
ProjectManagementOptions |
startDate(org.threeten.bp.OffsetDateTime startDate) |
|
ProjectManagementOptions |
timeUnit(ProjectManagementOptions.TimeUnitEnum timeUnit) |
|
String |
toString() |
public ProjectManagementOptions pageSize(ProjectManagementOptions.PageSizeEnum pageSize)
public ProjectManagementOptions.PageSizeEnum getPageSize()
public void setPageSize(ProjectManagementOptions.PageSizeEnum pageSize)
public ProjectManagementOptions timeUnit(ProjectManagementOptions.TimeUnitEnum timeUnit)
public ProjectManagementOptions.TimeUnitEnum getTimeUnit()
public void setTimeUnit(ProjectManagementOptions.TimeUnitEnum timeUnit)
public ProjectManagementOptions startDate(org.threeten.bp.OffsetDateTime startDate)
public org.threeten.bp.OffsetDateTime getStartDate()
public void setStartDate(org.threeten.bp.OffsetDateTime startDate)
public ProjectManagementOptions endDate(org.threeten.bp.OffsetDateTime endDate)
public org.threeten.bp.OffsetDateTime getEndDate()
public void setEndDate(org.threeten.bp.OffsetDateTime endDate)
Copyright © 2025. All rights reserved.