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