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