Uses of Class
odata.msgraph.client.entity.LocalizedNotificationMessage
-
Packages that use LocalizedNotificationMessage Package Description odata.msgraph.client.entity -
-
Uses of LocalizedNotificationMessage in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type LocalizedNotificationMessage Modifier and Type Field Description protected List<LocalizedNotificationMessage>NotificationMessageTemplate. localizedNotificationMessagesMethods in odata.msgraph.client.entity that return LocalizedNotificationMessage Modifier and Type Method Description LocalizedNotificationMessageLocalizedNotificationMessage.Builder. build()LocalizedNotificationMessageLocalizedNotificationMessage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LocalizedNotificationMessageLocalizedNotificationMessage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LocalizedNotificationMessageLocalizedNotificationMessage. withIsDefault(Boolean isDefault)Returns an immutable copy ofthiswith just theisDefaultfield changed.LocalizedNotificationMessageLocalizedNotificationMessage. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.LocalizedNotificationMessageLocalizedNotificationMessage. withLocale(String locale)Returns an immutable copy ofthiswith just thelocalefield changed.LocalizedNotificationMessageLocalizedNotificationMessage. withMessageTemplate(String messageTemplate)Returns an immutable copy ofthiswith just themessageTemplatefield changed.LocalizedNotificationMessageLocalizedNotificationMessage. withSubject(String subject)Returns an immutable copy ofthiswith just thesubjectfield changed.LocalizedNotificationMessageLocalizedNotificationMessage. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type LocalizedNotificationMessage Modifier and Type Method Description NotificationMessageTemplate.BuilderNotificationMessageTemplate.Builder. localizedNotificationMessages(LocalizedNotificationMessage... localizedNotificationMessages)“The list of localized messages for this Notification Message Template.”Method parameters in odata.msgraph.client.entity with type arguments of type LocalizedNotificationMessage Modifier and Type Method Description NotificationMessageTemplate.BuilderNotificationMessageTemplate.Builder. localizedNotificationMessages(List<LocalizedNotificationMessage> localizedNotificationMessages)“The list of localized messages for this Notification Message Template.”NotificationMessageTemplateNotificationMessageTemplate. withLocalizedNotificationMessages(List<LocalizedNotificationMessage> localizedNotificationMessages)Returns an immutable copy ofthiswith just thelocalizedNotificationMessagesfield changed.
-