Class UserGetMailTipsCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<MailTips,UserGetMailTipsCollectionRequestBuilder>
com.microsoft.graph.requests.UserGetMailTipsCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserGetMailTipsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<MailTips,UserGetMailTipsCollectionRequestBuilder>
The class for the User Get Mail Tips Collection Page.
  • Constructor Details

    • UserGetMailTipsCollectionPage

      public UserGetMailTipsCollectionPage(@Nonnull UserGetMailTipsCollectionResponse response, @Nonnull UserGetMailTipsCollectionRequestBuilder builder)
      A collection page for MailTips.
      Parameters:
      response - The serialized UserGetMailTipsCollectionResponse from the service
      builder - The request builder for the next collection page
    • UserGetMailTipsCollectionPage

      public UserGetMailTipsCollectionPage(@Nonnull List<MailTips> pageContents, @Nullable UserGetMailTipsCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for UserGetMailTips
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page