public class OutlookUserRequest extends com.github.davidmoten.odata.client.EntityRequest<OutlookUser>
| Constructor and Description |
|---|
OutlookUserRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
OutlookCategoryCollectionRequest |
masterCategories() |
OutlookCategoryRequest |
masterCategories(String id) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<LocaleInfo> |
supportedLanguages() |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation> |
supportedTimeZones_Function(TimeZoneStandard timeZoneStandard) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation> |
supportedTimeZones() |
OutlookTaskFolderCollectionRequest |
taskFolders() |
OutlookTaskFolderRequest |
taskFolders(String id) |
OutlookTaskGroupCollectionRequest |
taskGroups() |
OutlookTaskGroupRequest |
taskGroups(String id) |
OutlookTaskCollectionRequest |
tasks() |
OutlookTaskRequest |
tasks(String id) |
public OutlookUserRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public OutlookCategoryCollectionRequest masterCategories()
public OutlookCategoryRequest masterCategories(String id)
public OutlookTaskGroupCollectionRequest taskGroups()
public OutlookTaskGroupRequest taskGroups(String id)
public OutlookTaskFolderCollectionRequest taskFolders()
public OutlookTaskFolderRequest taskFolders(String id)
public OutlookTaskCollectionRequest tasks()
public OutlookTaskRequest tasks(String id)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<LocaleInfo> supportedLanguages()
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation> supportedTimeZones()
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation> supportedTimeZones_Function(TimeZoneStandard timeZoneStandard)
Copyright © 2018–2020. All rights reserved.