Package com.microsoft.graph.requests
Class B2xIdentityUserFlowCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<B2xIdentityUserFlow,B2xIdentityUserFlowRequestBuilder,B2xIdentityUserFlowCollectionResponse,B2xIdentityUserFlowCollectionPage,B2xIdentityUserFlowCollectionRequest>
com.microsoft.graph.requests.B2xIdentityUserFlowCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class B2xIdentityUserFlowCollectionRequestBuilder
extends com.microsoft.graph.http.BaseCollectionRequestBuilder<B2xIdentityUserFlow,B2xIdentityUserFlowRequestBuilder,B2xIdentityUserFlowCollectionResponse,B2xIdentityUserFlowCollectionPage,B2xIdentityUserFlowCollectionRequest>
The class for the B2x Identity User Flow Collection Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionB2xIdentityUserFlowCollectionRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of IdentityContainer -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byId
Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
B2xIdentityUserFlowCollectionRequestBuilder
public B2xIdentityUserFlowCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of IdentityContainer- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
count
Gets the raw count request for the collection- Returns:
- The raw count request for the collection
-