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