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 Details

    • ParticipantCollectionPage

      public ParticipantCollectionPage(@Nonnull ParticipantCollectionResponse response, @Nonnull ParticipantCollectionRequestBuilder builder)
      A collection page for Participant
      Parameters:
      response - the serialized ParticipantCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page