public class SchedulingGroupCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SchedulingGroup,SchedulingGroupCollectionRequestBuilder>
| Constructor and Description |
|---|
SchedulingGroupCollectionPage(java.util.List<SchedulingGroup> pageContents,
SchedulingGroupCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for SchedulingGroup
|
SchedulingGroupCollectionPage(SchedulingGroupCollectionResponse response,
SchedulingGroupCollectionRequestBuilder builder)
A collection page for SchedulingGroup
|
public SchedulingGroupCollectionPage(@Nonnull
SchedulingGroupCollectionResponse response,
@Nonnull
SchedulingGroupCollectionRequestBuilder builder)
response - the serialized SchedulingGroupCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic SchedulingGroupCollectionPage(@Nonnull
java.util.List<SchedulingGroup> pageContents,
@Nullable
SchedulingGroupCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page