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