public static class BusinessHours.Builder extends Object
BusinessHours.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BusinessHours |
build()
Builds a new
BusinessHours object using the set fields. |
BusinessHours.Builder |
periods(List<BusinessHoursPeriod> periods)
Setter for periods.
|
public BusinessHours.Builder periods(List<BusinessHoursPeriod> periods)
periods - List of BusinessHoursPeriod value for periods.public BusinessHours build()
BusinessHours object using the set fields.BusinessHoursCopyright © 2022. All rights reserved.