Class NamedLocationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<NamedLocation,NamedLocationCollectionRequestBuilder>
com.microsoft.graph.requests.NamedLocationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class NamedLocationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<NamedLocation,NamedLocationCollectionRequestBuilder>
The class for the Named Location Collection Page.
  • Constructor Details

    • NamedLocationCollectionPage

      public NamedLocationCollectionPage(@Nonnull NamedLocationCollectionResponse response, @Nonnull NamedLocationCollectionRequestBuilder builder)
      A collection page for NamedLocation
      Parameters:
      response - the serialized NamedLocationCollectionResponse from the service
      builder - the request builder for the next collection page
    • NamedLocationCollectionPage

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