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