Class SignInCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SignIn,SignInCollectionRequestBuilder>
com.microsoft.graph.requests.SignInCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SignInCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SignIn,SignInCollectionRequestBuilder>
The class for the Sign In Collection Page.
  • Constructor Details

    • SignInCollectionPage

      public SignInCollectionPage(@Nonnull SignInCollectionResponse response, @Nonnull SignInCollectionRequestBuilder builder)
      A collection page for SignIn
      Parameters:
      response - the serialized SignInCollectionResponse from the service
      builder - the request builder for the next collection page
    • SignInCollectionPage

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