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