Uses of Class
com.microsoft.graph.models.UserFlowLanguagePage
Packages that use UserFlowLanguagePage
-
Uses of UserFlowLanguagePage in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserFlowLanguagePageModifier and TypeMethodDescriptionstatic UserFlowLanguagePageUserFlowLanguagePage.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 UserFlowLanguagePageModifier and TypeMethodDescriptionUserFlowLanguageConfiguration.getDefaultPages()Gets the defaultPages property value.UserFlowLanguageConfiguration.getOverridesPages()Gets the overridesPages property value.UserFlowLanguagePageCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type UserFlowLanguagePageModifier and TypeMethodDescriptionvoidUserFlowLanguageConfiguration.setDefaultPages(List<UserFlowLanguagePage> value) Sets the defaultPages property value.voidUserFlowLanguageConfiguration.setOverridesPages(List<UserFlowLanguagePage> value) Sets the overridesPages property value.voidUserFlowLanguagePageCollectionResponse.setValue(List<UserFlowLanguagePage> value) Sets the value property value.