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