Package com.microsoft.graph.requests
Class IosUpdateDeviceStatusCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IosUpdateDeviceStatus,IosUpdateDeviceStatusCollectionRequestBuilder>
com.microsoft.graph.requests.IosUpdateDeviceStatusCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IosUpdateDeviceStatusCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<IosUpdateDeviceStatus,IosUpdateDeviceStatusCollectionRequestBuilder>
The class for the Ios Update Device Status Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIosUpdateDeviceStatusCollectionPage
(IosUpdateDeviceStatusCollectionResponse response, IosUpdateDeviceStatusCollectionRequestBuilder builder) A collection page for IosUpdateDeviceStatusIosUpdateDeviceStatusCollectionPage
(List<IosUpdateDeviceStatus> pageContents, IosUpdateDeviceStatusCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IosUpdateDeviceStatus -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IosUpdateDeviceStatusCollectionPage
public IosUpdateDeviceStatusCollectionPage(@Nonnull IosUpdateDeviceStatusCollectionResponse response, @Nonnull IosUpdateDeviceStatusCollectionRequestBuilder builder) A collection page for IosUpdateDeviceStatus- Parameters:
response
- the serialized IosUpdateDeviceStatusCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
IosUpdateDeviceStatusCollectionPage
public IosUpdateDeviceStatusCollectionPage(@Nonnull List<IosUpdateDeviceStatus> pageContents, @Nullable IosUpdateDeviceStatusCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IosUpdateDeviceStatus- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-