Package com.microsoft.graph.requests
Class ManagedAppRegistrationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ManagedAppRegistration,ManagedAppRegistrationCollectionRequestBuilder>
com.microsoft.graph.requests.ManagedAppRegistrationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ManagedAppRegistrationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppRegistration,ManagedAppRegistrationCollectionRequestBuilder>
The class for the Managed App Registration Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionManagedAppRegistrationCollectionPage
(ManagedAppRegistrationCollectionResponse response, ManagedAppRegistrationCollectionRequestBuilder builder) A collection page for ManagedAppRegistrationManagedAppRegistrationCollectionPage
(List<ManagedAppRegistration> pageContents, ManagedAppRegistrationCollectionRequestBuilder 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
-
ManagedAppRegistrationCollectionPage
public ManagedAppRegistrationCollectionPage(@Nonnull ManagedAppRegistrationCollectionResponse response, @Nonnull ManagedAppRegistrationCollectionRequestBuilder builder) A collection page for ManagedAppRegistration- Parameters:
response
- the serialized ManagedAppRegistrationCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
ManagedAppRegistrationCollectionPage
public ManagedAppRegistrationCollectionPage(@Nonnull List<ManagedAppRegistration> pageContents, @Nullable ManagedAppRegistrationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ManagedAppRegistration- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-