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 Details

    • AttributeSetCollectionPage

      public AttributeSetCollectionPage(@Nonnull AttributeSetCollectionResponse response, @Nonnull AttributeSetCollectionRequestBuilder builder)
      A collection page for AttributeSet
      Parameters:
      response - the serialized AttributeSetCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page