Class AllowedValueCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AllowedValue,AllowedValueCollectionRequestBuilder>
com.microsoft.graph.requests.AllowedValueCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AllowedValueCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AllowedValue,AllowedValueCollectionRequestBuilder>
The class for the Allowed Value Collection Page.
  • Constructor Details

    • AllowedValueCollectionPage

      public AllowedValueCollectionPage(@Nonnull AllowedValueCollectionResponse response, @Nonnull AllowedValueCollectionRequestBuilder builder)
      A collection page for AllowedValue
      Parameters:
      response - the serialized AllowedValueCollectionResponse from the service
      builder - the request builder for the next collection page
    • AllowedValueCollectionPage

      public AllowedValueCollectionPage(@Nonnull List<AllowedValue> pageContents, @Nullable AllowedValueCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for AllowedValue
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page