Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
TimeInterval |
TimeInterval.clone() |
TimeInterval |
LocalPostEvent.getSchedule()
Event start and end date/time.
|
TimeInterval |
TimeInterval.set(java.lang.String fieldName,
java.lang.Object value) |
TimeInterval |
TimeInterval.setEndDate(Date endDate)
The end date of this period.
|
TimeInterval |
TimeInterval.setEndTime(TimeOfDay endTime)
The end time of this period.
|
TimeInterval |
TimeInterval.setStartDate(Date startDate)
The start date of this period.
|
TimeInterval |
TimeInterval.setStartTime(TimeOfDay startTime)
The start time of this period.
|
Modifier and Type | Method and Description |
---|---|
LocalPostEvent |
LocalPostEvent.setSchedule(TimeInterval schedule)
Event start and end date/time.
|
Copyright © 2011-2018 Google. All Rights Reserved.