Uses of Class
com.microsoft.graph.models.PasswordCredential
Packages that use PasswordCredential
-
Uses of PasswordCredential in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PasswordCredentialModifier and TypeMethodDescriptionstatic PasswordCredentialPasswordCredential.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 PasswordCredentialModifier and TypeMethodDescriptionApplication.getPasswordCredentials()Gets the passwordCredentials property value.ServicePrincipal.getPasswordCredentials()Gets the passwordCredentials property value.Method parameters in com.microsoft.graph.models with type arguments of type PasswordCredentialModifier and TypeMethodDescriptionvoidApplication.setPasswordCredentials(List<PasswordCredential> value) Sets the passwordCredentials property value.voidServicePrincipal.setPasswordCredentials(List<PasswordCredential> value) Sets the passwordCredentials property value.