Uses of Class
com.microsoft.graph.models.ProfilePhoto
Packages that use ProfilePhoto
-
Uses of ProfilePhoto in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProfilePhotoModifier and TypeMethodDescriptionstatic ProfilePhotoProfilePhoto.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueContact.getPhoto()Gets the photo property value.Group.getPhoto()Gets the photo property value.Team.getPhoto()Gets the photo property value.User.getPhoto()Gets the photo property value.Methods in com.microsoft.graph.models that return types with arguments of type ProfilePhotoModifier and TypeMethodDescriptionGroup.getPhotos()Gets the photos property value.User.getPhotos()Gets the photos property value.ProfilePhotoCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ProfilePhotoModifier and TypeMethodDescriptionvoidContact.setPhoto(ProfilePhoto value) Sets the photo property value.voidGroup.setPhoto(ProfilePhoto value) Sets the photo property value.voidTeam.setPhoto(ProfilePhoto value) Sets the photo property value.voidUser.setPhoto(ProfilePhoto value) Sets the photo property value.Method parameters in com.microsoft.graph.models with type arguments of type ProfilePhotoModifier and TypeMethodDescriptionvoidGroup.setPhotos(List<ProfilePhoto> value) Sets the photos property value.voidUser.setPhotos(List<ProfilePhoto> value) Sets the photos property value.voidProfilePhotoCollectionResponse.setValue(List<ProfilePhoto> value) Sets the value property value.