Package com.microsoft.graph.requests
Class B2xIdentityUserFlowRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<B2xIdentityUserFlow>
com.microsoft.graph.requests.B2xIdentityUserFlowRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class B2xIdentityUserFlowRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<B2xIdentityUserFlow>
The class for the B2x Identity User Flow Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionB2xIdentityUserFlowRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the B2xIdentityUserFlow -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the IdentityProvider collectionGets a request builder for the IdentityProvider itemGets a request builder for the UserFlowLanguageConfiguration collectionGets a request builder for the UserFlowLanguageConfiguration itemGets a request builder for the IdentityUserFlowAttributeAssignment collectionGets a request builder for the IdentityUserFlowAttributeAssignment itemGets a request builder for the IdentityProviderBase collectionGets a request builder for the IdentityProviderBase itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
B2xIdentityUserFlowRequestBuilder
public B2xIdentityUserFlowRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the B2xIdentityUserFlow- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public B2xIdentityUserFlowRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the B2xIdentityUserFlowRequest instance
-
buildRequest
@Nonnull public B2xIdentityUserFlowRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the B2xIdentityUserFlowRequest instance
-
identityProviders
Gets a request builder for the IdentityProvider collection- Returns:
- the collection request builder
-
identityProviders
Gets a request builder for the IdentityProvider item- Parameters:
id- the item identifier- Returns:
- the request builder
-
languages
Gets a request builder for the UserFlowLanguageConfiguration collection- Returns:
- the collection request builder
-
languages
Gets a request builder for the UserFlowLanguageConfiguration item- Parameters:
id- the item identifier- Returns:
- the request builder
-
userAttributeAssignments
@Nonnull public IdentityUserFlowAttributeAssignmentCollectionRequestBuilder userAttributeAssignments()Gets a request builder for the IdentityUserFlowAttributeAssignment collection- Returns:
- the collection request builder
-
userAttributeAssignments
@Nonnull public IdentityUserFlowAttributeAssignmentRequestBuilder userAttributeAssignments(@Nonnull String id) Gets a request builder for the IdentityUserFlowAttributeAssignment item- Parameters:
id- the item identifier- Returns:
- the request builder
-
userFlowIdentityProviders
@Nonnull public IdentityProviderBaseCollectionWithReferencesRequestBuilder userFlowIdentityProviders()Gets a request builder for the IdentityProviderBase collection- Returns:
- the collection request builder
-
userFlowIdentityProviders
@Nonnull public IdentityProviderBaseWithReferenceRequestBuilder userFlowIdentityProviders(@Nonnull String id) Gets a request builder for the IdentityProviderBase item- Parameters:
id- the item identifier- Returns:
- the request builder
-