Class UserProcessingResultCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<UserProcessingResult,UserProcessingResultCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.UserProcessingResultCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserProcessingResultCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<UserProcessingResult,UserProcessingResultCollectionRequestBuilder>
The class for the User Processing Result Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserProcessingResultCollectionPage(UserProcessingResultCollectionResponse response, UserProcessingResultCollectionRequestBuilder builder) A collection page for UserProcessingResultUserProcessingResultCollectionPage(List<UserProcessingResult> pageContents, UserProcessingResultCollectionRequestBuilder 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
-
UserProcessingResultCollectionPage
public UserProcessingResultCollectionPage(@Nonnull UserProcessingResultCollectionResponse response, @Nonnull UserProcessingResultCollectionRequestBuilder builder) A collection page for UserProcessingResult- Parameters:
response- the serialized UserProcessingResultCollectionResponse from the servicebuilder- the request builder for the next collection page
-
UserProcessingResultCollectionPage
public UserProcessingResultCollectionPage(@Nonnull List<UserProcessingResult> pageContents, @Nullable UserProcessingResultCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserProcessingResult- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-