public static final class NotificationMessageTemplate.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
NotificationMessageTemplate.Builder |
brandingOptions(NotificationTemplateBrandingOptions brandingOptions)
“The Message Template Branding Options.
|
NotificationMessageTemplate |
build() |
NotificationMessageTemplate.Builder |
defaultLocale(String defaultLocale)
“The default locale to fallback onto when the requested locale is not available.”
|
NotificationMessageTemplate.Builder |
displayName(String displayName)
“Display name for the Notification Message Template.”
|
NotificationMessageTemplate.Builder |
id(String id) |
NotificationMessageTemplate.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“DateTime the object was last modified.”
|
NotificationMessageTemplate.Builder |
roleScopeTagIds(List<String> roleScopeTagIds)
“List of Scope Tags for this Entity instance.”
|
NotificationMessageTemplate.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“List of Scope Tags for this Entity instance.”
|
public NotificationMessageTemplate.Builder id(String id)
public NotificationMessageTemplate.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)this (for method chaining)public NotificationMessageTemplate.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public NotificationMessageTemplate.Builder defaultLocale(String defaultLocale)
defaultLocale - value of defaultLocale property (as defined in service metadata)this (for method chaining)public NotificationMessageTemplate.Builder brandingOptions(NotificationTemplateBrandingOptions brandingOptions)
brandingOptions - value of brandingOptions property (as defined in service metadata)this (for method chaining)public NotificationMessageTemplate.Builder roleScopeTagIds(List<String> roleScopeTagIds)
roleScopeTagIds - value of roleScopeTagIds property (as defined in service metadata)this (for method chaining)public NotificationMessageTemplate.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
roleScopeTagIdsNextLink - value of roleScopeTagIds@nextLink property (as defined in service metadata)this (for method chaining)public NotificationMessageTemplate build()
Copyright © 2018–2020. All rights reserved.