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 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 URL
      client - the service client
      requestOptions - 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

      @Nonnull public IdentityProviderCollectionWithReferencesRequestBuilder identityProviders()
      Gets a request builder for the IdentityProvider collection
      Returns:
      the collection request builder
    • identityProviders

      @Nonnull public IdentityProviderWithReferenceRequestBuilder identityProviders(@Nonnull String id)
      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

      @Nonnull public UserFlowLanguageConfigurationRequestBuilder languages(@Nonnull String id)
      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