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