Package odata.msgraph.client.entity
Class EndUserNotificationDetail.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.EndUserNotificationDetail.Builder
-
- Enclosing class:
- EndUserNotificationDetail
public static final class EndUserNotificationDetail.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndUserNotificationDetailbuild()EndUserNotificationDetail.BuilderemailContent(String emailContent)EndUserNotificationDetail.Builderid(String id)EndUserNotificationDetail.BuilderisDefaultLangauge(Boolean isDefaultLangauge)EndUserNotificationDetail.Builderlanguage(String language)EndUserNotificationDetail.Builderlocale(String locale)EndUserNotificationDetail.BuildersentFrom(EmailIdentity sentFrom)EndUserNotificationDetail.Buildersubject(String subject)
-
-
-
Method Detail
-
id
public EndUserNotificationDetail.Builder id(String id)
-
emailContent
public EndUserNotificationDetail.Builder emailContent(String emailContent)
-
isDefaultLangauge
public EndUserNotificationDetail.Builder isDefaultLangauge(Boolean isDefaultLangauge)
-
language
public EndUserNotificationDetail.Builder language(String language)
-
locale
public EndUserNotificationDetail.Builder locale(String locale)
-
sentFrom
public EndUserNotificationDetail.Builder sentFrom(EmailIdentity sentFrom)
-
subject
public EndUserNotificationDetail.Builder subject(String subject)
-
build
public EndUserNotificationDetail build()
-
-