public class ParticipantCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Participant,ParticipantCollectionRequestBuilder>
| Constructor and Description |
|---|
ParticipantCollectionPage(java.util.List<Participant> pageContents,
ParticipantCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Participant
|
ParticipantCollectionPage(ParticipantCollectionResponse response,
ParticipantCollectionRequestBuilder builder)
A collection page for Participant
|
public ParticipantCollectionPage(@Nonnull
ParticipantCollectionResponse response,
@Nonnull
ParticipantCollectionRequestBuilder builder)
response - the serialized ParticipantCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ParticipantCollectionPage(@Nonnull
java.util.List<Participant> pageContents,
@Nullable
ParticipantCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page