Uses of Class
com.microsoft.graph.models.IdentityUserFlowAttribute
Packages that use IdentityUserFlowAttribute
-
Uses of IdentityUserFlowAttribute in com.microsoft.graph.models
Subclasses of IdentityUserFlowAttribute in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassMethods in com.microsoft.graph.models that return IdentityUserFlowAttributeModifier and TypeMethodDescriptionstatic IdentityUserFlowAttributeIdentityUserFlowAttribute.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueIdentityUserFlowAttributeAssignment.getUserAttribute()Gets the userAttribute property value.Methods in com.microsoft.graph.models that return types with arguments of type IdentityUserFlowAttributeModifier and TypeMethodDescriptionOnAttributeCollectionExternalUsersSelfServiceSignUp.getAttributes()Gets the attributes property value.IdentityContainer.getUserFlowAttributes()Gets the userFlowAttributes property value.IdentityUserFlowAttributeCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type IdentityUserFlowAttributeModifier and TypeMethodDescriptionvoidIdentityUserFlowAttributeAssignment.setUserAttribute(IdentityUserFlowAttribute value) Sets the userAttribute property value.Method parameters in com.microsoft.graph.models with type arguments of type IdentityUserFlowAttributeModifier and TypeMethodDescriptionvoidOnAttributeCollectionExternalUsersSelfServiceSignUp.setAttributes(List<IdentityUserFlowAttribute> value) Sets the attributes property value.voidIdentityContainer.setUserFlowAttributes(List<IdentityUserFlowAttribute> value) Sets the userFlowAttributes property value.voidIdentityUserFlowAttributeCollectionResponse.setValue(List<IdentityUserFlowAttribute> value) Sets the value property value.