Class UserFlowIdentityProvidersRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.b2xuserflows.item.userflowidentityproviders.UserFlowIdentityProvidersRequestBuilder
@Generated("com.microsoft.kiota")
public class UserFlowIdentityProvidersRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassGet userFlowIdentityProviders from identityclassConfiguration 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
ConstructorsConstructorDescriptionUserFlowIdentityProvidersRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowIdentityProvidersRequestBuilderand sets the default values.UserFlowIdentityProvidersRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowIdentityProvidersRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionbyIdentityProviderBaseId(String identityProviderBaseId) Gets an item from the com.Microsoft.Graph.identity.b2xUserFlows.item.userFlowIdentityProviders.item collectioncount()Provides operations to count the resources in the collection.get()Get userFlowIdentityProviders from identityget(Consumer<UserFlowIdentityProvidersRequestBuilder.GetRequestConfiguration> requestConfiguration) Get userFlowIdentityProviders from identityref()Provides operations to manage the collection of identityContainer entities.com.microsoft.kiota.RequestInformationGet userFlowIdentityProviders from identitycom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<UserFlowIdentityProvidersRequestBuilder.GetRequestConfiguration> requestConfiguration) Get userFlowIdentityProviders from identityReturns a request builder with the provided arbitrary URL.
-
Constructor Details
-
UserFlowIdentityProvidersRequestBuilder
public UserFlowIdentityProvidersRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowIdentityProvidersRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
UserFlowIdentityProvidersRequestBuilder
public UserFlowIdentityProvidersRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newUserFlowIdentityProvidersRequestBuilderand 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
-
count
Provides operations to count the resources in the collection.- Returns:
- a
CountRequestBuilder
-
ref
Provides operations to manage the collection of identityContainer entities.- Returns:
- a
RefRequestBuilder
-
byIdentityProviderBaseId
@Nonnull public IdentityProviderBaseItemRequestBuilder byIdentityProviderBaseId(@Nonnull String identityProviderBaseId) Gets an item from the com.Microsoft.Graph.identity.b2xUserFlows.item.userFlowIdentityProviders.item collection- Parameters:
identityProviderBaseId- The unique identifier of identityProviderBase- Returns:
- a
IdentityProviderBaseItemRequestBuilder
-
get
Get userFlowIdentityProviders from identity- Returns:
- a
IdentityProviderBaseCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public IdentityProviderBaseCollectionResponse get(@Nullable Consumer<UserFlowIdentityProvidersRequestBuilder.GetRequestConfiguration> requestConfiguration) Get userFlowIdentityProviders from identity- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
IdentityProviderBaseCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get userFlowIdentityProviders from identity- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<UserFlowIdentityProvidersRequestBuilder.GetRequestConfiguration> requestConfiguration) Get userFlowIdentityProviders from identity- Parameters:
requestConfiguration- 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
UserFlowIdentityProvidersRequestBuilder
-