public interface IOutlookUserRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IOutlookUserRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IOutlookUserRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOutlookCategoryCollectionRequestBuilder |
masterCategories() |
IOutlookCategoryRequestBuilder |
masterCategories(java.lang.String id) |
IOutlookUserSupportedLanguagesCollectionRequestBuilder |
supportedLanguages() |
IOutlookUserSupportedTimeZonesCollectionRequestBuilder |
supportedTimeZones() |
IOutlookUserSupportedTimeZonesCollectionRequestBuilder |
supportedTimeZones(TimeZoneStandard timeZoneStandard) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIOutlookUserRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIOutlookUserRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIOutlookCategoryCollectionRequestBuilder masterCategories()
IOutlookCategoryRequestBuilder masterCategories(java.lang.String id)
IOutlookUserSupportedLanguagesCollectionRequestBuilder supportedLanguages()
IOutlookUserSupportedTimeZonesCollectionRequestBuilder supportedTimeZones()
IOutlookUserSupportedTimeZonesCollectionRequestBuilder supportedTimeZones(TimeZoneStandard timeZoneStandard)