Class B2xUserFlowsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.b2xuserflows.B2xUserFlowsRequestBuilder
@Generated("com.microsoft.kiota")
public class B2xUserFlowsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassRetrieve a list of b2xIdentityUserFlow objects.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
ConstructorsConstructorDescriptionB2xUserFlowsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newB2xUserFlowsRequestBuilderand sets the default values.B2xUserFlowsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newB2xUserFlowsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionbyB2xIdentityUserFlowId(String b2xIdentityUserFlowId) Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.count()Provides operations to count the resources in the collection.get()Retrieve a list of b2xIdentityUserFlow objects.get(Consumer<B2xUserFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve a list of b2xIdentityUserFlow objects.post(B2xIdentityUserFlow body) Create a new b2xIdentityUserFlow object.post(B2xIdentityUserFlow body, Consumer<B2xUserFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new b2xIdentityUserFlow object.com.microsoft.kiota.RequestInformationRetrieve a list of b2xIdentityUserFlow objects.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<B2xUserFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve a list of b2xIdentityUserFlow objects.com.microsoft.kiota.RequestInformationCreate a new b2xIdentityUserFlow object.com.microsoft.kiota.RequestInformationtoPostRequestInformation(B2xIdentityUserFlow body, Consumer<B2xUserFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new b2xIdentityUserFlow object.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
B2xUserFlowsRequestBuilder
public B2xUserFlowsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newB2xUserFlowsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
B2xUserFlowsRequestBuilder
public B2xUserFlowsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newB2xUserFlowsRequestBuilderand 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
-
byB2xIdentityUserFlowId
@Nonnull public B2xIdentityUserFlowItemRequestBuilder byB2xIdentityUserFlowId(@Nonnull String b2xIdentityUserFlowId) Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.- Parameters:
b2xIdentityUserFlowId- The unique identifier of b2xIdentityUserFlow- Returns:
- a
B2xIdentityUserFlowItemRequestBuilder
-
get
Retrieve a list of b2xIdentityUserFlow objects.- Returns:
- a
B2xIdentityUserFlowCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public B2xIdentityUserFlowCollectionResponse get(@Nullable Consumer<B2xUserFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve a list of b2xIdentityUserFlow objects.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
B2xIdentityUserFlowCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
Create a new b2xIdentityUserFlow object.- Parameters:
body- The request body- Returns:
- a
B2xIdentityUserFlow - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
@Nullable public B2xIdentityUserFlow post(@Nonnull B2xIdentityUserFlow body, @Nullable Consumer<B2xUserFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new b2xIdentityUserFlow object.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
B2xIdentityUserFlow - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Retrieve a list of b2xIdentityUserFlow objects.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<B2xUserFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve a list of b2xIdentityUserFlow objects.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull B2xIdentityUserFlow body) Create a new b2xIdentityUserFlow object.- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull B2xIdentityUserFlow body, @Nullable Consumer<B2xUserFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new b2xIdentityUserFlow object.- 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
B2xUserFlowsRequestBuilder
-