public class UserFlowLanguageConfigurationRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<UserFlowLanguageConfiguration>
| Constructor and Description |
|---|
UserFlowLanguageConfigurationRequestBuilder(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 UserFlowLanguageConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
UserFlowLanguageConfigurationRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
UserFlowLanguageConfigurationRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
UserFlowLanguagePageCollectionRequestBuilder |
defaultPages()
Gets a request builder for the UserFlowLanguagePage collection
|
UserFlowLanguagePageRequestBuilder |
defaultPages(java.lang.String id)
Gets a request builder for the UserFlowLanguagePage item
|
UserFlowLanguagePageCollectionRequestBuilder |
overridesPages()
Gets a request builder for the UserFlowLanguagePage collection
|
UserFlowLanguagePageRequestBuilder |
overridesPages(java.lang.String id)
Gets a request builder for the UserFlowLanguagePage item
|
public UserFlowLanguageConfigurationRequestBuilder(@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 UserFlowLanguageConfigurationRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public UserFlowLanguageConfigurationRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public UserFlowLanguagePageCollectionRequestBuilder defaultPages()
@Nonnull public UserFlowLanguagePageRequestBuilder defaultPages(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public UserFlowLanguagePageCollectionRequestBuilder overridesPages()
@Nonnull public UserFlowLanguagePageRequestBuilder overridesPages(@Nonnull java.lang.String id)
id - the item identifier