Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionProfilePhotoCollectionPage(ProfilePhotoCollectionResponse response, ProfilePhotoCollectionRequestBuilder builder) A collection page for ProfilePhotoProfilePhotoCollectionPage(List<ProfilePhoto> pageContents, ProfilePhotoCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ProfilePhoto -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ProfilePhotoCollectionPage
public ProfilePhotoCollectionPage(@Nonnull ProfilePhotoCollectionResponse response, @Nonnull ProfilePhotoCollectionRequestBuilder builder) A collection page for ProfilePhoto- Parameters:
response- the serialized ProfilePhotoCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-