Uses of Class
odata.msgraph.client.entity.UserFlowLanguageConfiguration
-
Packages that use UserFlowLanguageConfiguration Package Description odata.msgraph.client.entity -
-
Uses of UserFlowLanguageConfiguration in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type UserFlowLanguageConfiguration Modifier and Type Field Description protected List<UserFlowLanguageConfiguration>B2xIdentityUserFlow. languagesMethods in odata.msgraph.client.entity that return UserFlowLanguageConfiguration Modifier and Type Method Description UserFlowLanguageConfigurationUserFlowLanguageConfiguration.Builder. build()UserFlowLanguageConfigurationUserFlowLanguageConfiguration. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserFlowLanguageConfigurationUserFlowLanguageConfiguration. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserFlowLanguageConfigurationUserFlowLanguageConfiguration. withDefaultPages(List<UserFlowLanguagePage> defaultPages)UserFlowLanguageConfigurationUserFlowLanguageConfiguration. withDisplayName(String displayName)UserFlowLanguageConfigurationUserFlowLanguageConfiguration. withIsEnabled(Boolean isEnabled)UserFlowLanguageConfigurationUserFlowLanguageConfiguration. withOverridesPages(List<UserFlowLanguagePage> overridesPages)UserFlowLanguageConfigurationUserFlowLanguageConfiguration. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type UserFlowLanguageConfiguration Modifier and Type Method Description B2xIdentityUserFlow.BuilderB2xIdentityUserFlow.Builder. languages(UserFlowLanguageConfiguration... languages)Method parameters in odata.msgraph.client.entity with type arguments of type UserFlowLanguageConfiguration Modifier and Type Method Description B2xIdentityUserFlow.BuilderB2xIdentityUserFlow.Builder. languages(List<UserFlowLanguageConfiguration> languages)B2xIdentityUserFlowB2xIdentityUserFlow. withLanguages(List<UserFlowLanguageConfiguration> languages)
-