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