Uses of Class
odata.msgraph.client.entity.EndUserNotification
-
Packages that use EndUserNotification Package Description odata.msgraph.client.entity -
-
Uses of EndUserNotification in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type EndUserNotification Modifier and Type Field Description protected List<EndUserNotification>AttackSimulationRoot. endUserNotificationsMethods in odata.msgraph.client.entity that return EndUserNotification Modifier and Type Method Description EndUserNotificationEndUserNotification.Builder. build()EndUserNotificationEndUserNotification. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EndUserNotificationEndUserNotification. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EndUserNotificationEndUserNotification. withCreatedBy(EmailIdentity createdBy)EndUserNotificationEndUserNotification. withCreatedDateTime(OffsetDateTime createdDateTime)EndUserNotificationEndUserNotification. withDescription(String description)EndUserNotificationEndUserNotification. withDetails(List<EndUserNotificationDetail> details)EndUserNotificationEndUserNotification. withDisplayName(String displayName)EndUserNotificationEndUserNotification. withLastModifiedBy(EmailIdentity lastModifiedBy)EndUserNotificationEndUserNotification. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)EndUserNotificationEndUserNotification. withNotificationType(EndUserNotificationType notificationType)EndUserNotificationEndUserNotification. withSource(SimulationContentSource source)EndUserNotificationEndUserNotification. withStatus(SimulationContentStatus status)EndUserNotificationEndUserNotification. withSupportedLocales(List<String> supportedLocales)EndUserNotificationEndUserNotification. withUnmappedField(String name, Object value)Method parameters in odata.msgraph.client.entity with type arguments of type EndUserNotification Modifier and Type Method Description AttackSimulationRootAttackSimulationRoot. withEndUserNotifications(List<EndUserNotification> endUserNotifications)
-