Uses of Class
odata.msgraph.client.complex.ServiceUpdateMessageViewpoint
-
Packages that use ServiceUpdateMessageViewpoint Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ServiceUpdateMessageViewpoint in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ServiceUpdateMessageViewpoint Modifier and Type Method Description ServiceUpdateMessageViewpointServiceUpdateMessageViewpoint.Builder. build()ServiceUpdateMessageViewpointServiceUpdateMessageViewpoint. withIsArchived(Boolean isArchived)ServiceUpdateMessageViewpointServiceUpdateMessageViewpoint. withIsFavorited(Boolean isFavorited)ServiceUpdateMessageViewpointServiceUpdateMessageViewpoint. withIsRead(Boolean isRead)ServiceUpdateMessageViewpointServiceUpdateMessageViewpoint. withUnmappedField(String name, String value) -
Uses of ServiceUpdateMessageViewpoint in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ServiceUpdateMessageViewpoint Modifier and Type Field Description protected ServiceUpdateMessageViewpointServiceUpdateMessage. viewPointMethods in odata.msgraph.client.entity that return types with arguments of type ServiceUpdateMessageViewpoint Modifier and Type Method Description Optional<ServiceUpdateMessageViewpoint>ServiceUpdateMessage. getViewPoint()Methods in odata.msgraph.client.entity with parameters of type ServiceUpdateMessageViewpoint Modifier and Type Method Description ServiceUpdateMessage.BuilderServiceUpdateMessage.Builder. viewPoint(ServiceUpdateMessageViewpoint viewPoint)ServiceUpdateMessageServiceUpdateMessage. withViewPoint(ServiceUpdateMessageViewpoint viewPoint)
-