Package com.microsoft.graph.requests
Class ApplicationCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Application,ApplicationCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.ApplicationCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ApplicationCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<Application,ApplicationCollectionWithReferencesRequestBuilder>
The class for the Application Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationCollectionWithReferencesPage(ApplicationCollectionResponse response, ApplicationCollectionWithReferencesRequestBuilder builder) A collection page for ApplicationApplicationCollectionWithReferencesPage(List<Application> pageContents, ApplicationCollectionWithReferencesRequestBuilder 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
-
ApplicationCollectionWithReferencesPage
public ApplicationCollectionWithReferencesPage(@Nonnull ApplicationCollectionResponse response, @Nullable ApplicationCollectionWithReferencesRequestBuilder builder) A collection page for Application- Parameters:
response- the serialized ApplicationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ApplicationCollectionWithReferencesPage
public ApplicationCollectionWithReferencesPage(@Nonnull List<Application> pageContents, @Nullable ApplicationCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for Application- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-