Class AuthoredNoteCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AuthoredNote,AuthoredNoteCollectionRequestBuilder>
com.microsoft.graph.requests.AuthoredNoteCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AuthoredNoteCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AuthoredNote,AuthoredNoteCollectionRequestBuilder>
The class for the Authored Note Collection Page.
  • Constructor Details

    • AuthoredNoteCollectionPage

      public AuthoredNoteCollectionPage(@Nonnull AuthoredNoteCollectionResponse response, @Nonnull AuthoredNoteCollectionRequestBuilder builder)
      A collection page for AuthoredNote
      Parameters:
      response - the serialized AuthoredNoteCollectionResponse from the service
      builder - the request builder for the next collection page
    • AuthoredNoteCollectionPage

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