Package com.microsoft.graph.requests
Class ManagedAppRegistrationCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedAppRegistration,ManagedAppRegistrationCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.ManagedAppRegistrationCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ManagedAppRegistrationCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppRegistration,ManagedAppRegistrationCollectionWithReferencesRequestBuilder>
The class for the Managed App Registration Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionManagedAppRegistrationCollectionWithReferencesPage
(ManagedAppRegistrationCollectionResponse response, ManagedAppRegistrationCollectionWithReferencesRequestBuilder builder) A collection page for ManagedAppRegistrationManagedAppRegistrationCollectionWithReferencesPage
(List<ManagedAppRegistration> pageContents, ManagedAppRegistrationCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ManagedAppRegistration -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ManagedAppRegistrationCollectionWithReferencesPage
public ManagedAppRegistrationCollectionWithReferencesPage(@Nonnull ManagedAppRegistrationCollectionResponse response, @Nullable ManagedAppRegistrationCollectionWithReferencesRequestBuilder builder) A collection page for ManagedAppRegistration- Parameters:
response
- the serialized ManagedAppRegistrationCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
ManagedAppRegistrationCollectionWithReferencesPage
public ManagedAppRegistrationCollectionWithReferencesPage(@Nonnull List<ManagedAppRegistration> pageContents, @Nullable ManagedAppRegistrationCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ManagedAppRegistration- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-