Uses of Class
com.microsoft.graph.models.AuthenticationConditions
Packages that use AuthenticationConditions
-
Uses of AuthenticationConditions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationConditionsModifier and TypeMethodDescriptionstatic AuthenticationConditionsAuthenticationConditions.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAuthenticationEventListener.getConditions()Gets the conditions property value.AuthenticationEventsFlow.getConditions()Gets the conditions property value.Methods in com.microsoft.graph.models with parameters of type AuthenticationConditionsModifier and TypeMethodDescriptionvoidAuthenticationEventListener.setConditions(AuthenticationConditions value) Sets the conditions property value.voidAuthenticationEventsFlow.setConditions(AuthenticationConditions value) Sets the conditions property value.