Uses of Class
com.microsoft.graph.models.NotificationMessageTemplate
Packages that use NotificationMessageTemplate
-
Uses of NotificationMessageTemplate in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return NotificationMessageTemplateModifier and TypeMethodDescriptionstatic NotificationMessageTemplateNotificationMessageTemplate.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type NotificationMessageTemplateModifier and TypeMethodDescriptionDeviceManagement.getNotificationMessageTemplates()Gets the notificationMessageTemplates property value.NotificationMessageTemplateCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type NotificationMessageTemplateModifier and TypeMethodDescriptionvoidDeviceManagement.setNotificationMessageTemplates(List<NotificationMessageTemplate> value) Sets the notificationMessageTemplates property value.voidNotificationMessageTemplateCollectionResponse.setValue(List<NotificationMessageTemplate> value) Sets the value property value.