Package com.microsoft.graph.requests
Class B2xIdentityUserFlowCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<B2xIdentityUserFlow,B2xIdentityUserFlowCollectionRequestBuilder>
com.microsoft.graph.requests.B2xIdentityUserFlowCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class B2xIdentityUserFlowCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<B2xIdentityUserFlow,B2xIdentityUserFlowCollectionRequestBuilder>
The class for the B2x Identity User Flow Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionB2xIdentityUserFlowCollectionPage
(B2xIdentityUserFlowCollectionResponse response, B2xIdentityUserFlowCollectionRequestBuilder builder) A collection page for B2xIdentityUserFlowB2xIdentityUserFlowCollectionPage
(List<B2xIdentityUserFlow> pageContents, B2xIdentityUserFlowCollectionRequestBuilder nextRequestBuilder) Creates the collection page for B2xIdentityUserFlow -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
B2xIdentityUserFlowCollectionPage
public B2xIdentityUserFlowCollectionPage(@Nonnull B2xIdentityUserFlowCollectionResponse response, @Nonnull B2xIdentityUserFlowCollectionRequestBuilder builder) A collection page for B2xIdentityUserFlow- Parameters:
response
- the serialized B2xIdentityUserFlowCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
B2xIdentityUserFlowCollectionPage
public B2xIdentityUserFlowCollectionPage(@Nonnull List<B2xIdentityUserFlow> pageContents, @Nullable B2xIdentityUserFlowCollectionRequestBuilder nextRequestBuilder) Creates the collection page for B2xIdentityUserFlow- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-