| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
List<DayOfWeek> |
ProjectSettings.getWorkingDays()
Get working days of a week for a project sheet.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectSettings |
ProjectSettings.setWorkingDays(List<DayOfWeek> workingDays)
Set the working days of a week for a project sheet.
|
| Modifier and Type | Method and Description |
|---|---|
static DayOfWeek |
DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.