Class OutlookUserRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<OutlookUser>
-
- odata.msgraph.client.beta.entity.request.OutlookUserRequest
-
public class OutlookUserRequest extends com.github.davidmoten.odata.client.EntityRequest<OutlookUser>
-
-
Constructor Summary
Constructors Constructor Description OutlookUserRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutlookCategoryCollectionRequestmasterCategories()OutlookCategoryRequestmasterCategories(String id)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<LocaleInfo>supportedLanguages()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>supportedTimeZones()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation>supportedTimeZones_Function(TimeZoneStandard timeZoneStandard)OutlookTaskFolderCollectionRequesttaskFolders()OutlookTaskFolderRequesttaskFolders(String id)OutlookTaskGroupCollectionRequesttaskGroups()OutlookTaskGroupRequesttaskGroups(String id)OutlookTaskCollectionRequesttasks()OutlookTaskRequesttasks(String id)
-
-
-
Method Detail
-
masterCategories
public OutlookCategoryCollectionRequest masterCategories()
-
masterCategories
public OutlookCategoryRequest masterCategories(String id)
-
taskFolders
public OutlookTaskFolderCollectionRequest taskFolders()
-
taskFolders
public OutlookTaskFolderRequest taskFolders(String id)
-
taskGroups
public OutlookTaskGroupCollectionRequest taskGroups()
-
taskGroups
public OutlookTaskGroupRequest taskGroups(String id)
-
tasks
public OutlookTaskCollectionRequest tasks()
-
tasks
public OutlookTaskRequest tasks(String id)
-
supportedLanguages
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<LocaleInfo> supportedLanguages()
-
supportedTimeZones
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation> supportedTimeZones()
-
supportedTimeZones_Function
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TimeZoneInformation> supportedTimeZones_Function(TimeZoneStandard timeZoneStandard)
-
-