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