Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
SpecialHourPeriod |
SpecialHourPeriod.clone() |
SpecialHourPeriod |
SpecialHourPeriod.set(java.lang.String fieldName,
java.lang.Object value) |
SpecialHourPeriod |
SpecialHourPeriod.setCloseTime(java.lang.String closeTime)
The wall time on `end_date` when a location closes, expressed in 24hr ISO 8601 extended format.
|
SpecialHourPeriod |
SpecialHourPeriod.setEndDate(Date endDate)
The calendar date this special hour period ends on.
|
SpecialHourPeriod |
SpecialHourPeriod.setIsClosed(java.lang.Boolean isClosed)
If true, `end_date`, `open_time`, and `close_time` are ignored, and the date specified in
`start_date` is treated as the location being closed for the entire day.
|
SpecialHourPeriod |
SpecialHourPeriod.setOpenTime(java.lang.String openTime)
The wall time on `start_date` when a location opens, expressed in 24hr ISO 8601 extended
format.
|
SpecialHourPeriod |
SpecialHourPeriod.setStartDate(Date startDate)
The calendar date this special hour period starts on.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SpecialHourPeriod> |
SpecialHours.getSpecialHourPeriods()
A list of exceptions to the business's regular hours.
|
Modifier and Type | Method and Description |
---|---|
SpecialHours |
SpecialHours.setSpecialHourPeriods(java.util.List<SpecialHourPeriod> specialHourPeriods)
A list of exceptions to the business's regular hours.
|
Copyright © 2011-2018 Google. All Rights Reserved.