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