Package com.microsoft.graph.requests
Class AttachmentSessionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AttachmentSession,AttachmentSessionCollectionRequestBuilder>
com.microsoft.graph.requests.AttachmentSessionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AttachmentSessionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AttachmentSession,AttachmentSessionCollectionRequestBuilder>
The class for the Attachment Session Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentSessionCollectionPage(AttachmentSessionCollectionResponse response, AttachmentSessionCollectionRequestBuilder builder) A collection page for AttachmentSessionAttachmentSessionCollectionPage(List<AttachmentSession> pageContents, AttachmentSessionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AttachmentSession -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AttachmentSessionCollectionPage
public AttachmentSessionCollectionPage(@Nonnull AttachmentSessionCollectionResponse response, @Nonnull AttachmentSessionCollectionRequestBuilder builder) A collection page for AttachmentSession- Parameters:
response- the serialized AttachmentSessionCollectionResponse from the servicebuilder- the request builder for the next collection page
-
AttachmentSessionCollectionPage
public AttachmentSessionCollectionPage(@Nonnull List<AttachmentSession> pageContents, @Nullable AttachmentSessionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AttachmentSession- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-