public class OutlookUserRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<OutlookUser>
| Constructor and Description |
|---|
OutlookUserRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the OutlookUser
|
| Modifier and Type | Method and Description |
|---|---|
OutlookUserRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
OutlookUserRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
OutlookCategoryCollectionRequestBuilder |
masterCategories()
Gets a request builder for the OutlookCategory collection
|
OutlookCategoryRequestBuilder |
masterCategories(java.lang.String id)
Gets a request builder for the OutlookCategory item
|
OutlookUserSupportedLanguagesCollectionRequestBuilder |
supportedLanguages()
Gets a builder to execute the method
|
OutlookUserSupportedTimeZonesCollectionRequestBuilder |
supportedTimeZones()
Gets a builder to execute the method
|
OutlookUserSupportedTimeZonesCollectionRequestBuilder |
supportedTimeZones(OutlookUserSupportedTimeZonesParameterSet parameters)
Gets a builder to execute the method
|
public OutlookUserRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public OutlookUserRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public OutlookUserRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public OutlookCategoryCollectionRequestBuilder masterCategories()
@Nonnull public OutlookCategoryRequestBuilder masterCategories(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public OutlookUserSupportedLanguagesCollectionRequestBuilder supportedLanguages()
@Nonnull public OutlookUserSupportedTimeZonesCollectionRequestBuilder supportedTimeZones()
@Nonnull public OutlookUserSupportedTimeZonesCollectionRequestBuilder supportedTimeZones(@Nonnull OutlookUserSupportedTimeZonesParameterSet parameters)
parameters - the parameters for the service method