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