Uses of Class
odata.msgraph.client.entity.EndUserNotificationDetail
-
Packages that use EndUserNotificationDetail Package Description odata.msgraph.client.entity -
-
Uses of EndUserNotificationDetail in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type EndUserNotificationDetail Modifier and Type Field Description protected List<EndUserNotificationDetail>EndUserNotification. detailsMethods in odata.msgraph.client.entity that return EndUserNotificationDetail Modifier and Type Method Description EndUserNotificationDetailEndUserNotificationDetail.Builder. build()EndUserNotificationDetailEndUserNotificationDetail. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EndUserNotificationDetailEndUserNotificationDetail. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EndUserNotificationDetailEndUserNotificationDetail. withEmailContent(String emailContent)EndUserNotificationDetailEndUserNotificationDetail. withIsDefaultLangauge(Boolean isDefaultLangauge)EndUserNotificationDetailEndUserNotificationDetail. withLanguage(String language)EndUserNotificationDetailEndUserNotificationDetail. withLocale(String locale)EndUserNotificationDetailEndUserNotificationDetail. withSentFrom(EmailIdentity sentFrom)EndUserNotificationDetailEndUserNotificationDetail. withSubject(String subject)EndUserNotificationDetailEndUserNotificationDetail. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type EndUserNotificationDetail Modifier and Type Method Description EndUserNotification.BuilderEndUserNotification.Builder. details(EndUserNotificationDetail... details)Method parameters in odata.msgraph.client.entity with type arguments of type EndUserNotificationDetail Modifier and Type Method Description EndUserNotification.BuilderEndUserNotification.Builder. details(List<EndUserNotificationDetail> details)EndUserNotificationEndUserNotification. withDetails(List<EndUserNotificationDetail> details)
-