Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
TimePeriod |
TimePeriod.clone() |
TimePeriod |
TimePeriod.set(java.lang.String fieldName,
java.lang.Object value) |
TimePeriod |
TimePeriod.setCloseDay(java.lang.String closeDay)
Indicates the day of the week this period ends on.
|
TimePeriod |
TimePeriod.setCloseTime(java.lang.String closeTime)
Time in 24hr ISO 8601 extended format (hh:mm).
|
TimePeriod |
TimePeriod.setOpenDay(java.lang.String openDay)
Indicates the day of the week this period starts on.
|
TimePeriod |
TimePeriod.setOpenTime(java.lang.String openTime)
Time in 24hr ISO 8601 extended format (hh:mm).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TimePeriod> |
BusinessHours.getPeriods()
A collection of times that this location is open for business.
|
Modifier and Type | Method and Description |
---|---|
BusinessHours |
BusinessHours.setPeriods(java.util.List<TimePeriod> periods)
A collection of times that this location is open for business.
|
Copyright © 2011-2018 Google. All Rights Reserved.