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