public class ManagedAppRegistrationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ManagedAppRegistration,ManagedAppRegistrationCollectionRequestBuilder>
Constructor and Description |
---|
ManagedAppRegistrationCollectionPage(java.util.List<ManagedAppRegistration> pageContents,
ManagedAppRegistrationCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ManagedAppRegistration
|
ManagedAppRegistrationCollectionPage(ManagedAppRegistrationCollectionResponse response,
ManagedAppRegistrationCollectionRequestBuilder builder)
A collection page for ManagedAppRegistration
|
public ManagedAppRegistrationCollectionPage(@Nonnull ManagedAppRegistrationCollectionResponse response, @Nonnull ManagedAppRegistrationCollectionRequestBuilder builder)
response
- the serialized ManagedAppRegistrationCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic ManagedAppRegistrationCollectionPage(@Nonnull java.util.List<ManagedAppRegistration> pageContents, @Nullable ManagedAppRegistrationCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page