Package com.microsoft.graph.requests
Class SchedulingGroupCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SchedulingGroup,SchedulingGroupCollectionRequestBuilder>
com.microsoft.graph.requests.SchedulingGroupCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SchedulingGroupCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<SchedulingGroup,SchedulingGroupCollectionRequestBuilder>
The class for the Scheduling Group Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSchedulingGroupCollectionPage(SchedulingGroupCollectionResponse response, SchedulingGroupCollectionRequestBuilder builder) A collection page for SchedulingGroupSchedulingGroupCollectionPage(List<SchedulingGroup> pageContents, SchedulingGroupCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SchedulingGroup -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SchedulingGroupCollectionPage
public SchedulingGroupCollectionPage(@Nonnull SchedulingGroupCollectionResponse response, @Nonnull SchedulingGroupCollectionRequestBuilder builder) A collection page for SchedulingGroup- Parameters:
response- the serialized SchedulingGroupCollectionResponse from the servicebuilder- the request builder for the next collection page
-
SchedulingGroupCollectionPage
public SchedulingGroupCollectionPage(@Nonnull List<SchedulingGroup> pageContents, @Nullable SchedulingGroupCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SchedulingGroup- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-