Uses of Class
com.microsoft.graph.models.ProfileCardProperty
Packages that use ProfileCardProperty
-
Uses of ProfileCardProperty in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ProfileCardPropertyModifier and TypeMethodDescriptionstatic ProfileCardPropertyProfileCardProperty.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ProfileCardPropertyModifier and TypeMethodDescriptionPeopleAdminSettings.getProfileCardProperties()Gets the profileCardProperties property value.ProfileCardPropertyCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ProfileCardPropertyModifier and TypeMethodDescriptionvoidPeopleAdminSettings.setProfileCardProperties(List<ProfileCardProperty> value) Sets the profileCardProperties property value.voidProfileCardPropertyCollectionResponse.setValue(List<ProfileCardProperty> value) Sets the value property value.