Class RestrictedSignInCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RestrictedSignIn,RestrictedSignInCollectionRequestBuilder>
com.microsoft.graph.requests.RestrictedSignInCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RestrictedSignInCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<RestrictedSignIn,RestrictedSignInCollectionRequestBuilder>
The class for the Restricted Sign In Collection Page.
  • Constructor Details

    • RestrictedSignInCollectionPage

      public RestrictedSignInCollectionPage(@Nonnull RestrictedSignInCollectionResponse response, @Nonnull RestrictedSignInCollectionRequestBuilder builder)
      A collection page for RestrictedSignIn
      Parameters:
      response - the serialized RestrictedSignInCollectionResponse from the service
      builder - the request builder for the next collection page
    • RestrictedSignInCollectionPage

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