Uses of Class
odata.msgraph.client.entity.ServiceUpdateMessage
-
Packages that use ServiceUpdateMessage Package Description odata.msgraph.client.entity -
-
Uses of ServiceUpdateMessage in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ServiceUpdateMessage Modifier and Type Field Description protected List<ServiceUpdateMessage>ServiceAnnouncement. messagesMethods in odata.msgraph.client.entity that return ServiceUpdateMessage Modifier and Type Method Description ServiceUpdateMessageServiceUpdateMessage.Builder. build()ServiceUpdateMessageServiceUpdateMessage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ServiceUpdateMessageServiceUpdateMessage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ServiceUpdateMessageServiceUpdateMessage. withActionRequiredByDateTime(OffsetDateTime actionRequiredByDateTime)ServiceUpdateMessageServiceUpdateMessage. withAttachments(List<ServiceAnnouncementAttachment> attachments)ServiceUpdateMessageServiceUpdateMessage. withBody(ItemBody body)ServiceUpdateMessageServiceUpdateMessage. withCategory(ServiceUpdateCategory category)ServiceUpdateMessageServiceUpdateMessage. withHasAttachments(Boolean hasAttachments)ServiceUpdateMessageServiceUpdateMessage. withIsMajorChange(Boolean isMajorChange)ServiceUpdateMessageServiceUpdateMessage. withServices(List<String> services)ServiceUpdateMessageServiceUpdateMessage. withSeverity(ServiceUpdateSeverity severity)ServiceUpdateMessageServiceUpdateMessage. withTags(List<String> tags)ServiceUpdateMessageServiceUpdateMessage. withUnmappedField(String name, Object value)ServiceUpdateMessageServiceUpdateMessage. withViewPoint(ServiceUpdateMessageViewpoint viewPoint)Methods in odata.msgraph.client.entity with parameters of type ServiceUpdateMessage Modifier and Type Method Description ServiceAnnouncement.BuilderServiceAnnouncement.Builder. messages(ServiceUpdateMessage... messages)Method parameters in odata.msgraph.client.entity with type arguments of type ServiceUpdateMessage Modifier and Type Method Description ServiceAnnouncement.BuilderServiceAnnouncement.Builder. messages(List<ServiceUpdateMessage> messages)ServiceAnnouncementServiceAnnouncement. withMessages(List<ServiceUpdateMessage> messages)
-