Uses of Class
com.microsoft.graph.models.IdentityUserFlowAttributeAssignment
Packages that use IdentityUserFlowAttributeAssignment
-
Uses of IdentityUserFlowAttributeAssignment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IdentityUserFlowAttributeAssignmentModifier and TypeMethodDescriptionIdentityUserFlowAttributeAssignment.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 IdentityUserFlowAttributeAssignmentModifier and TypeMethodDescriptionB2xIdentityUserFlow.getUserAttributeAssignments()Gets the userAttributeAssignments property value.IdentityUserFlowAttributeAssignmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type IdentityUserFlowAttributeAssignmentModifier and TypeMethodDescriptionvoidB2xIdentityUserFlow.setUserAttributeAssignments(List<IdentityUserFlowAttributeAssignment> value) Sets the userAttributeAssignments property value.voidIdentityUserFlowAttributeAssignmentCollectionResponse.setValue(List<IdentityUserFlowAttributeAssignment> value) Sets the value property value.