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