Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionAuthoredNoteCollectionPage(AuthoredNoteCollectionResponse response, AuthoredNoteCollectionRequestBuilder builder) A collection page for AuthoredNoteAuthoredNoteCollectionPage(List<AuthoredNote> pageContents, AuthoredNoteCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AuthoredNote -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AuthoredNoteCollectionPage
public AuthoredNoteCollectionPage(@Nonnull AuthoredNoteCollectionResponse response, @Nonnull AuthoredNoteCollectionRequestBuilder builder) A collection page for AuthoredNote- Parameters:
response- the serialized AuthoredNoteCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-