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