Class UserProcessingResultCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UserProcessingResult,UserProcessingResultCollectionWithReferencesRequestBuilder>
com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserProcessingResultCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<UserProcessingResult,UserProcessingResultCollectionWithReferencesRequestBuilder>
The class for the User Processing Result Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserProcessingResultCollectionWithReferencesPage(UserProcessingResultCollectionResponse response, UserProcessingResultCollectionWithReferencesRequestBuilder builder) A collection page for UserProcessingResultUserProcessingResultCollectionWithReferencesPage(List<UserProcessingResult> pageContents, UserProcessingResultCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for UserProcessingResult -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserProcessingResultCollectionWithReferencesPage
public UserProcessingResultCollectionWithReferencesPage(@Nonnull UserProcessingResultCollectionResponse response, @Nullable UserProcessingResultCollectionWithReferencesRequestBuilder builder) A collection page for UserProcessingResult- Parameters:
response- the serialized UserProcessingResultCollectionResponse from the servicebuilder- the request builder for the next collection page
-
UserProcessingResultCollectionWithReferencesPage
public UserProcessingResultCollectionWithReferencesPage(@Nonnull List<UserProcessingResult> pageContents, @Nullable UserProcessingResultCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for UserProcessingResult- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-