Class LoginPageCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<LoginPage,LoginPageCollectionRequestBuilder>
com.microsoft.graph.requests.LoginPageCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class LoginPageCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<LoginPage,LoginPageCollectionRequestBuilder>
The class for the Login Page Collection Page.
  • Constructor Details

    • LoginPageCollectionPage

      public LoginPageCollectionPage(@Nonnull LoginPageCollectionResponse response, @Nonnull LoginPageCollectionRequestBuilder builder)
      A collection page for LoginPage
      Parameters:
      response - the serialized LoginPageCollectionResponse from the service
      builder - the request builder for the next collection page
    • LoginPageCollectionPage

      public LoginPageCollectionPage(@Nonnull List<LoginPage> pageContents, @Nullable LoginPageCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for LoginPage
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page