Uses of Class
com.microsoft.graph.models.AuthenticationEventsFlow
Packages that use AuthenticationEventsFlow
-
Uses of AuthenticationEventsFlow in com.microsoft.graph.models
Subclasses of AuthenticationEventsFlow in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return AuthenticationEventsFlowModifier and TypeMethodDescriptionstatic AuthenticationEventsFlowAuthenticationEventsFlow.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 AuthenticationEventsFlowModifier and TypeMethodDescriptionIdentityContainer.getAuthenticationEventsFlows()Gets the authenticationEventsFlows property value.AuthenticationEventsFlowCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AuthenticationEventsFlowModifier and TypeMethodDescriptionvoidIdentityContainer.setAuthenticationEventsFlows(List<AuthenticationEventsFlow> value) Sets the authenticationEventsFlows property value.voidAuthenticationEventsFlowCollectionResponse.setValue(List<AuthenticationEventsFlow> value) Sets the value property value.