Package com.microsoft.graph.requests
Class IdentityUserFlowAttributeAssignmentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityUserFlowAttributeAssignment,IdentityUserFlowAttributeAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityUserFlowAttributeAssignmentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IdentityUserFlowAttributeAssignmentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<IdentityUserFlowAttributeAssignment,IdentityUserFlowAttributeAssignmentCollectionRequestBuilder>
The class for the Identity User Flow Attribute Assignment Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityUserFlowAttributeAssignmentCollectionPage(IdentityUserFlowAttributeAssignmentCollectionResponse response, IdentityUserFlowAttributeAssignmentCollectionRequestBuilder builder) A collection page for IdentityUserFlowAttributeAssignmentIdentityUserFlowAttributeAssignmentCollectionPage(List<IdentityUserFlowAttributeAssignment> pageContents, IdentityUserFlowAttributeAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityUserFlowAttributeAssignment -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IdentityUserFlowAttributeAssignmentCollectionPage
public IdentityUserFlowAttributeAssignmentCollectionPage(@Nonnull IdentityUserFlowAttributeAssignmentCollectionResponse response, @Nonnull IdentityUserFlowAttributeAssignmentCollectionRequestBuilder builder) A collection page for IdentityUserFlowAttributeAssignment- Parameters:
response- the serialized IdentityUserFlowAttributeAssignmentCollectionResponse from the servicebuilder- the request builder for the next collection page
-
IdentityUserFlowAttributeAssignmentCollectionPage
public IdentityUserFlowAttributeAssignmentCollectionPage(@Nonnull List<IdentityUserFlowAttributeAssignment> pageContents, @Nullable IdentityUserFlowAttributeAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityUserFlowAttributeAssignment- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-