Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionAudioRoutingGroupCollectionPage
(AudioRoutingGroupCollectionResponse response, AudioRoutingGroupCollectionRequestBuilder builder) A collection page for AudioRoutingGroupAudioRoutingGroupCollectionPage
(List<AudioRoutingGroup> pageContents, AudioRoutingGroupCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AudioRoutingGroup -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AudioRoutingGroupCollectionPage
public AudioRoutingGroupCollectionPage(@Nonnull AudioRoutingGroupCollectionResponse response, @Nonnull AudioRoutingGroupCollectionRequestBuilder builder) A collection page for AudioRoutingGroup- Parameters:
response
- the serialized AudioRoutingGroupCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-