Uses of Class
odata.msgraph.client.beta.entity.request.ProfilePhotoRequest
-
Packages that use ProfilePhotoRequest Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of ProfilePhotoRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ProfilePhotoRequest Modifier and Type Method Description ProfilePhotoRequestContact. getPhoto()Org.OData.Capabilities.V1.ChangeTrackingProfilePhotoRequestGroup. getPhoto()Org.OData.Capabilities.V1.ChangeTrackingProfilePhotoRequestTeam. getPhoto()ProfilePhotoRequestUser. getPhoto()Org.OData.Capabilities.V1.ChangeTracking -
Uses of ProfilePhotoRequest in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return ProfilePhotoRequest Modifier and Type Method Description ProfilePhotoRequestGroupCollectionRequest. photos(String id)ProfilePhotoRequestUserCollectionRequest. photos(String id) -
Uses of ProfilePhotoRequest in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return ProfilePhotoRequest Modifier and Type Method Description ProfilePhotoRequestContactRequest. photo()ProfilePhotoRequestGroupRequest. photo()ProfilePhotoRequestTeamRequest. photo()ProfilePhotoRequestUserRequest. photo()ProfilePhotoRequestGroupRequest. photos(String id)ProfilePhotoRequestUserRequest. photos(String id)
-