Uses of Class
com.microsoft.graph.models.KeyCredential
Packages that use KeyCredential
-
Uses of KeyCredential in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return KeyCredentialModifier and TypeMethodDescriptionstatic KeyCredentialKeyCredential.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 KeyCredentialModifier and TypeMethodDescriptionApplication.getKeyCredentials()Gets the keyCredentials property value.ServicePrincipal.getKeyCredentials()Gets the keyCredentials property value.Method parameters in com.microsoft.graph.models with type arguments of type KeyCredentialModifier and TypeMethodDescriptionvoidApplication.setKeyCredentials(List<KeyCredential> value) Sets the keyCredentials property value.voidServicePrincipal.setKeyCredentials(List<KeyCredential> value) Sets the keyCredentials property value.