public class Reminder extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Reminder.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeKey |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected DateTimeTimeZone |
eventEndTime |
protected String |
eventId |
protected Location |
eventLocation |
protected DateTimeTimeZone |
eventStartTime |
protected String |
eventSubject |
protected String |
eventWebLink |
protected String |
odataType |
protected DateTimeTimeZone |
reminderFireTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Reminder() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String eventId
protected DateTimeTimeZone eventStartTime
protected DateTimeTimeZone eventEndTime
protected String changeKey
protected String eventSubject
protected Location eventLocation
protected String eventWebLink
protected DateTimeTimeZone reminderFireTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<DateTimeTimeZone> getEventStartTime()
public Reminder withEventStartTime(DateTimeTimeZone eventStartTime)
public Optional<DateTimeTimeZone> getEventEndTime()
public Reminder withEventEndTime(DateTimeTimeZone eventEndTime)
public Optional<DateTimeTimeZone> getReminderFireTime()
public Reminder withReminderFireTime(DateTimeTimeZone reminderFireTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static Reminder.Builder builder()
Copyright © 2018–2020. All rights reserved.