Uses of Class
com.microsoft.graph.models.PasswordProfile
Packages that use PasswordProfile
-
Uses of PasswordProfile in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PasswordProfileModifier and TypeMethodDescriptionstatic PasswordProfilePasswordProfile.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEducationUser.getPasswordProfile()Gets the passwordProfile property value.User.getPasswordProfile()Gets the passwordProfile property value.Methods in com.microsoft.graph.models with parameters of type PasswordProfileModifier and TypeMethodDescriptionvoidEducationUser.setPasswordProfile(PasswordProfile value) Sets the passwordProfile property value.voidUser.setPasswordProfile(PasswordProfile value) Sets the passwordProfile property value.