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 Summary
ConstructorsConstructorDescriptionSegmentCollectionPage(SegmentCollectionResponse response, SegmentCollectionRequestBuilder builder) A collection page for SegmentSegmentCollectionPage(List<Segment> pageContents, SegmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Segment -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SegmentCollectionPage
public SegmentCollectionPage(@Nonnull SegmentCollectionResponse response, @Nonnull SegmentCollectionRequestBuilder builder) A collection page for Segment- Parameters:
response- the serialized SegmentCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-