Class UserFlowLanguageConfigurationItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.b2xuserflows.item.languages.item.UserFlowLanguageConfigurationItemRequestBuilder
@Generated("com.microsoft.kiota")
public class UserFlowLanguageConfigurationItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classRead the properties and relationships of a userFlowLanguageConfiguration object.classConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionUserFlowLanguageConfigurationItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowLanguageConfigurationItemRequestBuilderand sets the default values.UserFlowLanguageConfigurationItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowLanguageConfigurationItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity.voiddelete()Delete navigation property languages for identityvoiddelete(Consumer<UserFlowLanguageConfigurationItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property languages for identityget()Read the properties and relationships of a userFlowLanguageConfiguration object.get(Consumer<UserFlowLanguageConfigurationItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a userFlowLanguageConfiguration object.Provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity.Update the navigation property languages in identitypatch(UserFlowLanguageConfiguration body, Consumer<UserFlowLanguageConfigurationItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property languages in identitycom.microsoft.kiota.RequestInformationDelete navigation property languages for identitycom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<UserFlowLanguageConfigurationItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property languages for identitycom.microsoft.kiota.RequestInformationRead the properties and relationships of a userFlowLanguageConfiguration object.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<UserFlowLanguageConfigurationItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a userFlowLanguageConfiguration object.com.microsoft.kiota.RequestInformationUpdate the navigation property languages in identitycom.microsoft.kiota.RequestInformationtoPatchRequestInformation(UserFlowLanguageConfiguration body, Consumer<UserFlowLanguageConfigurationItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property languages in identityReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
UserFlowLanguageConfigurationItemRequestBuilder
public UserFlowLanguageConfigurationItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowLanguageConfigurationItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
UserFlowLanguageConfigurationItemRequestBuilder
public UserFlowLanguageConfigurationItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowLanguageConfigurationItemRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
defaultPages
Provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity.- Returns:
- a
DefaultPagesRequestBuilder
-
overridesPages
Provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity.- Returns:
- a
OverridesPagesRequestBuilder
-
delete
public void delete()Delete navigation property languages for identity- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<UserFlowLanguageConfigurationItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property languages for identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.- Returns:
- a
UserFlowLanguageConfiguration - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public UserFlowLanguageConfiguration get(@Nullable Consumer<UserFlowLanguageConfigurationItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
UserFlowLanguageConfiguration - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
Update the navigation property languages in identity- Parameters:
body- The request body- Returns:
- a
UserFlowLanguageConfiguration - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public UserFlowLanguageConfiguration patch(@Nonnull UserFlowLanguageConfiguration body, @Nullable Consumer<UserFlowLanguageConfigurationItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property languages in identity- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
UserFlowLanguageConfiguration - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property languages for identity- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<UserFlowLanguageConfigurationItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property languages for identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<UserFlowLanguageConfigurationItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull UserFlowLanguageConfiguration body) Update the navigation property languages in identity- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull UserFlowLanguageConfiguration body, @Nullable Consumer<UserFlowLanguageConfigurationItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property languages in identity- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
UserFlowLanguageConfigurationItemRequestBuilder
-