public class CallCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Call,CallCollectionRequestBuilder>
| Constructor and Description |
|---|
CallCollectionPage(CallCollectionResponse response,
CallCollectionRequestBuilder builder)
A collection page for Call
|
CallCollectionPage(java.util.List<Call> pageContents,
CallCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Call
|
public CallCollectionPage(@Nonnull
CallCollectionResponse response,
@Nonnull
CallCollectionRequestBuilder builder)
response - the serialized CallCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic CallCollectionPage(@Nonnull
java.util.List<Call> pageContents,
@Nullable
CallCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page