public class B2xIdentityUserFlowCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<B2xIdentityUserFlow,B2xIdentityUserFlowCollectionRequestBuilder>
| Constructor and Description |
|---|
B2xIdentityUserFlowCollectionPage(B2xIdentityUserFlowCollectionResponse response,
B2xIdentityUserFlowCollectionRequestBuilder builder)
A collection page for B2xIdentityUserFlow
|
B2xIdentityUserFlowCollectionPage(java.util.List<B2xIdentityUserFlow> pageContents,
B2xIdentityUserFlowCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for B2xIdentityUserFlow
|
public B2xIdentityUserFlowCollectionPage(@Nonnull
B2xIdentityUserFlowCollectionResponse response,
@Nonnull
B2xIdentityUserFlowCollectionRequestBuilder builder)
response - the serialized B2xIdentityUserFlowCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic B2xIdentityUserFlowCollectionPage(@Nonnull
java.util.List<B2xIdentityUserFlow> pageContents,
@Nullable
B2xIdentityUserFlowCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page