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 Details

    • B2xIdentityUserFlowCollectionPage

      public B2xIdentityUserFlowCollectionPage(@Nonnull B2xIdentityUserFlowCollectionResponse response, @Nonnull B2xIdentityUserFlowCollectionRequestBuilder builder)
      A collection page for B2xIdentityUserFlow
      Parameters:
      response - the serialized B2xIdentityUserFlowCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page