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 Details

    • MobileAppAssignmentCollectionPage

      public MobileAppAssignmentCollectionPage(@Nonnull MobileAppAssignmentCollectionResponse response, @Nonnull MobileAppAssignmentCollectionRequestBuilder builder)
      A collection page for MobileAppAssignment
      Parameters:
      response - the serialized MobileAppAssignmentCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page