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