Uses of Class
odata.msgraph.client.entity.TrainingLanguageDetail
-
Packages that use TrainingLanguageDetail Package Description odata.msgraph.client.entity -
-
Uses of TrainingLanguageDetail in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TrainingLanguageDetail Modifier and Type Field Description protected List<TrainingLanguageDetail>Training. languageDetailsMethods in odata.msgraph.client.entity that return TrainingLanguageDetail Modifier and Type Method Description TrainingLanguageDetailTrainingLanguageDetail.Builder. build()TrainingLanguageDetailTrainingLanguageDetail. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TrainingLanguageDetailTrainingLanguageDetail. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TrainingLanguageDetailTrainingLanguageDetail. withContent(String content)TrainingLanguageDetailTrainingLanguageDetail. withCreatedBy(EmailIdentity createdBy)TrainingLanguageDetailTrainingLanguageDetail. withCreatedDateTime(OffsetDateTime createdDateTime)TrainingLanguageDetailTrainingLanguageDetail. withDescription(String description)TrainingLanguageDetailTrainingLanguageDetail. withDisplayName(String displayName)TrainingLanguageDetailTrainingLanguageDetail. withIsDefaultLangauge(Boolean isDefaultLangauge)TrainingLanguageDetailTrainingLanguageDetail. withLastModifiedBy(EmailIdentity lastModifiedBy)TrainingLanguageDetailTrainingLanguageDetail. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TrainingLanguageDetailTrainingLanguageDetail. withLocale(String locale)TrainingLanguageDetailTrainingLanguageDetail. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type TrainingLanguageDetail Modifier and Type Method Description Training.BuilderTraining.Builder. languageDetails(TrainingLanguageDetail... languageDetails)Method parameters in odata.msgraph.client.entity with type arguments of type TrainingLanguageDetail Modifier and Type Method Description Training.BuilderTraining.Builder. languageDetails(List<TrainingLanguageDetail> languageDetails)TrainingTraining. withLanguageDetails(List<TrainingLanguageDetail> languageDetails)
-