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