public class CalendarCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Calendar,CalendarRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
CalendarCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
public CalendarCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public SingleValueLegacyExtendedPropertyCollectionRequest singleValueExtendedProperties()
public SingleValueLegacyExtendedPropertyRequest singleValueExtendedProperties(String id)
public MultiValueLegacyExtendedPropertyCollectionRequest multiValueExtendedProperties()
public MultiValueLegacyExtendedPropertyRequest multiValueExtendedProperties(String id)
public CalendarPermissionCollectionRequest calendarPermissions()
public CalendarPermissionRequest calendarPermissions(String id)
public EventCollectionRequest events()
public EventRequest events(String id)
public EventCollectionRequest calendarView()
public EventRequest calendarView(String id)
Copyright © 2018–2020. All rights reserved.