Uses of Class
odata.msgraph.client.entity.LearningProvider
-
Packages that use LearningProvider Package Description odata.msgraph.client.entity -
-
Uses of LearningProvider in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type LearningProvider Modifier and Type Field Description protected List<LearningProvider>EmployeeExperience. learningProvidersMethods in odata.msgraph.client.entity that return LearningProvider Modifier and Type Method Description LearningProviderLearningProvider.Builder. build()LearningProviderLearningProvider. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LearningProviderLearningProvider. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LearningProviderLearningProvider. withDisplayName(String displayName)LearningProviderLearningProvider. withIsCourseActivitySyncEnabled(Boolean isCourseActivitySyncEnabled)LearningProviderLearningProvider. withLearningContents(List<LearningContent> learningContents)LearningProviderLearningProvider. withLearningCourseActivities(List<LearningCourseActivity> learningCourseActivities)LearningProviderLearningProvider. withLoginWebUrl(String loginWebUrl)LearningProviderLearningProvider. withLongLogoWebUrlForDarkTheme(String longLogoWebUrlForDarkTheme)LearningProviderLearningProvider. withLongLogoWebUrlForLightTheme(String longLogoWebUrlForLightTheme)LearningProviderLearningProvider. withSquareLogoWebUrlForDarkTheme(String squareLogoWebUrlForDarkTheme)LearningProviderLearningProvider. withSquareLogoWebUrlForLightTheme(String squareLogoWebUrlForLightTheme)LearningProviderLearningProvider. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type LearningProvider Modifier and Type Method Description EmployeeExperience.BuilderEmployeeExperience.Builder. learningProviders(LearningProvider... learningProviders)Method parameters in odata.msgraph.client.entity with type arguments of type LearningProvider Modifier and Type Method Description EmployeeExperience.BuilderEmployeeExperience.Builder. learningProviders(List<LearningProvider> learningProviders)EmployeeExperienceEmployeeExperience. withLearningProviders(List<LearningProvider> learningProviders)
-