Package com.microsoft.graph.requests
Class MobileAppAssignmentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MobileAppAssignment,MobileAppAssignmentCollectionRequestBuilder>
com.microsoft.graph.requests.MobileAppAssignmentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MobileAppAssignmentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<MobileAppAssignment,MobileAppAssignmentCollectionRequestBuilder>
The class for the Mobile App Assignment Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionMobileAppAssignmentCollectionPage
(MobileAppAssignmentCollectionResponse response, MobileAppAssignmentCollectionRequestBuilder builder) A collection page for MobileAppAssignmentMobileAppAssignmentCollectionPage
(List<MobileAppAssignment> pageContents, MobileAppAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileAppAssignment -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
MobileAppAssignmentCollectionPage
public MobileAppAssignmentCollectionPage(@Nonnull MobileAppAssignmentCollectionResponse response, @Nonnull MobileAppAssignmentCollectionRequestBuilder builder) A collection page for MobileAppAssignment- Parameters:
response
- the serialized MobileAppAssignmentCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
MobileAppAssignmentCollectionPage
public MobileAppAssignmentCollectionPage(@Nonnull List<MobileAppAssignment> pageContents, @Nullable MobileAppAssignmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for MobileAppAssignment- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-