Uses of Class
odata.msgraph.client.entity.LearningContent
-
Packages that use LearningContent Package Description odata.msgraph.client.entity -
-
Uses of LearningContent in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type LearningContent Modifier and Type Field Description protected List<LearningContent>LearningProvider. learningContentsMethods in odata.msgraph.client.entity that return LearningContent Modifier and Type Method Description LearningContentLearningContent.Builder. build()LearningContentLearningContent. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LearningContentLearningContent. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LearningContentLearningContent. withAdditionalTags(List<String> additionalTags)LearningContentLearningContent. withContentWebUrl(String contentWebUrl)LearningContentLearningContent. withContributors(List<String> contributors)LearningContentLearningContent. withCreatedDateTime(OffsetDateTime createdDateTime)LearningContentLearningContent. withDescription(String description)LearningContentLearningContent. withDuration(Duration duration)LearningContentLearningContent. withExternalId(String externalId)LearningContentLearningContent. withFormat(String format)LearningContentLearningContent. withIsActive(Boolean isActive)LearningContentLearningContent. withIsPremium(Boolean isPremium)LearningContentLearningContent. withIsSearchable(Boolean isSearchable)LearningContentLearningContent. withLanguageTag(String languageTag)LearningContentLearningContent. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)LearningContentLearningContent. withNumberOfPages(Integer numberOfPages)LearningContentLearningContent. withSkillTags(List<String> skillTags)LearningContentLearningContent. withSourceName(String sourceName)LearningContentLearningContent. withThumbnailWebUrl(String thumbnailWebUrl)LearningContentLearningContent. withTitle(String title)LearningContentLearningContent. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type LearningContent Modifier and Type Method Description LearningProvider.BuilderLearningProvider.Builder. learningContents(LearningContent... learningContents)Method parameters in odata.msgraph.client.entity with type arguments of type LearningContent Modifier and Type Method Description LearningProvider.BuilderLearningProvider.Builder. learningContents(List<LearningContent> learningContents)LearningProviderLearningProvider. withLearningContents(List<LearningContent> learningContents)
-