Package com.microsoft.graph.requests
Class ProfilePhotoCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<ProfilePhoto>
com.microsoft.graph.requests.ProfilePhotoCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<ProfilePhoto>
,com.microsoft.graph.serializer.IJsonBackedObject
public class ProfilePhotoCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<ProfilePhoto>
The class for the Profile Photo Collection Response.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseCollectionResponse
nextLink, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionResponse
additionalDataManager, nextLink, setRawObject, values
-
Constructor Details
-
ProfilePhotoCollectionResponse
public ProfilePhotoCollectionResponse()
-