Class ProfilePhotoCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ProfilePhoto,ProfilePhotoCollectionRequestBuilder>
com.microsoft.graph.requests.ProfilePhotoCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ProfilePhotoCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ProfilePhoto,ProfilePhotoCollectionRequestBuilder>
The class for the Profile Photo Collection Page.
  • Constructor Details

    • ProfilePhotoCollectionPage

      public ProfilePhotoCollectionPage(@Nonnull ProfilePhotoCollectionResponse response, @Nonnull ProfilePhotoCollectionRequestBuilder builder)
      A collection page for ProfilePhoto
      Parameters:
      response - the serialized ProfilePhotoCollectionResponse from the service
      builder - the request builder for the next collection page
    • ProfilePhotoCollectionPage

      public ProfilePhotoCollectionPage(@Nonnull List<ProfilePhoto> pageContents, @Nullable ProfilePhotoCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ProfilePhoto
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page