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