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