Uses of Class
odata.msgraph.client.beta.entity.Notification
-
Packages that use Notification Package Description odata.msgraph.client.beta.entity -
-
Uses of Notification in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Notification Modifier and Type Method Description NotificationNotification.Builder. build()NotificationNotification. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.NotificationNotification. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).NotificationNotification. withDisplayTimeToLive(Integer displayTimeToLive)NotificationNotification. withExpirationDateTime(OffsetDateTime expirationDateTime)NotificationNotification. withGroupName(String groupName)NotificationNotification. withPayload(PayloadTypes payload)NotificationNotification. withPriority(Priority priority)NotificationNotification. withTargetHostName(String targetHostName)NotificationNotification. withTargetPolicy(TargetPolicyEndpoints targetPolicy)NotificationNotification. withUnmappedField(String name, String value)
-