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