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