Uses of Class
com.microsoft.graph.models.B2xIdentityUserFlow
Packages that use B2xIdentityUserFlow
-
Uses of B2xIdentityUserFlow in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return B2xIdentityUserFlowModifier and TypeMethodDescriptionstatic B2xIdentityUserFlowB2xIdentityUserFlow.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 B2xIdentityUserFlowModifier and TypeMethodDescriptionIdentityContainer.getB2xUserFlows()Gets the b2xUserFlows property value.B2xIdentityUserFlowCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type B2xIdentityUserFlowModifier and TypeMethodDescriptionvoidIdentityContainer.setB2xUserFlows(List<B2xIdentityUserFlow> value) Sets the b2xUserFlows property value.voidB2xIdentityUserFlowCollectionResponse.setValue(List<B2xIdentityUserFlow> value) Sets the value property value.