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