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