| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
List<DayDescriptor> |
Schedule.getDayDescriptors()
Get an array of day descriptors
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
Schedule.setDayDescriptors(List<DayDescriptor> dayDescriptors)
Set the array of day descriptors
|
| Modifier and Type | Method and Description |
|---|---|
static DayDescriptor |
DayDescriptor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayDescriptor[] |
DayDescriptor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.