Uses of Class
com.microsoft.graph.models.AuthenticationEventListener
Packages that use AuthenticationEventListener
-
Uses of AuthenticationEventListener in com.microsoft.graph.models
Subclasses of AuthenticationEventListener in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassMethods in com.microsoft.graph.models that return AuthenticationEventListenerModifier and TypeMethodDescriptionstatic AuthenticationEventListenerAuthenticationEventListener.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 AuthenticationEventListenerModifier and TypeMethodDescriptionIdentityContainer.getAuthenticationEventListeners()Gets the authenticationEventListeners property value.AuthenticationEventListenerCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationEventListenerModifier and TypeMethodDescriptionvoidIdentityContainer.setAuthenticationEventListeners(List<AuthenticationEventListener> value) Sets the authenticationEventListeners property value.voidAuthenticationEventListenerCollectionResponse.setValue(List<AuthenticationEventListener> value) Sets the value property value.