Class SegmentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Segment,SegmentCollectionRequestBuilder>
com.microsoft.graph.callrecords.requests.SegmentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SegmentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Segment,SegmentCollectionRequestBuilder>
The class for the Segment Collection Page.
  • Constructor Details

    • SegmentCollectionPage

      public SegmentCollectionPage(@Nonnull SegmentCollectionResponse response, @Nonnull SegmentCollectionRequestBuilder builder)
      A collection page for Segment
      Parameters:
      response - the serialized SegmentCollectionResponse from the service
      builder - the request builder for the next collection page
    • SegmentCollectionPage

      public SegmentCollectionPage(@Nonnull List<Segment> pageContents, @Nullable SegmentCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Segment
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page