Class AudioRoutingGroupCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AudioRoutingGroup,AudioRoutingGroupCollectionRequestBuilder>
com.microsoft.graph.requests.AudioRoutingGroupCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AudioRoutingGroupCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AudioRoutingGroup,AudioRoutingGroupCollectionRequestBuilder>
The class for the Audio Routing Group Collection Page.
  • Constructor Details

    • AudioRoutingGroupCollectionPage

      public AudioRoutingGroupCollectionPage(@Nonnull AudioRoutingGroupCollectionResponse response, @Nonnull AudioRoutingGroupCollectionRequestBuilder builder)
      A collection page for AudioRoutingGroup
      Parameters:
      response - the serialized AudioRoutingGroupCollectionResponse from the service
      builder - the request builder for the next collection page
    • AudioRoutingGroupCollectionPage

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