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