Package com.microsoft.graph.requests
Class UserGetManagedDevicesWithAppFailuresCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<String,UserGetManagedDevicesWithAppFailuresCollectionRequestBuilder>
com.microsoft.graph.requests.UserGetManagedDevicesWithAppFailuresCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserGetManagedDevicesWithAppFailuresCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<String,UserGetManagedDevicesWithAppFailuresCollectionRequestBuilder>
The class for the User Get Managed Devices With App Failures Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionUserGetManagedDevicesWithAppFailuresCollectionPage(UserGetManagedDevicesWithAppFailuresCollectionResponse response, UserGetManagedDevicesWithAppFailuresCollectionRequestBuilder builder) A collection page for String.UserGetManagedDevicesWithAppFailuresCollectionPage(List<String> pageContents, UserGetManagedDevicesWithAppFailuresCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetManagedDevicesWithAppFailures -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
UserGetManagedDevicesWithAppFailuresCollectionPage
public UserGetManagedDevicesWithAppFailuresCollectionPage(@Nonnull UserGetManagedDevicesWithAppFailuresCollectionResponse response, @Nonnull UserGetManagedDevicesWithAppFailuresCollectionRequestBuilder builder) A collection page for String.- Parameters:
response- The serialized UserGetManagedDevicesWithAppFailuresCollectionResponse from the servicebuilder- The request builder for the next collection page
-
UserGetManagedDevicesWithAppFailuresCollectionPage
public UserGetManagedDevicesWithAppFailuresCollectionPage(@Nonnull List<String> pageContents, @Nullable UserGetManagedDevicesWithAppFailuresCollectionRequestBuilder nextRequestBuilder) Creates the collection page for UserGetManagedDevicesWithAppFailures- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-