Uses of Class
odata.msgraph.client.entity.VirtualEventsRoot
-
Packages that use VirtualEventsRoot Package Description odata.msgraph.client.entity -
-
Uses of VirtualEventsRoot in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as VirtualEventsRoot Modifier and Type Field Description protected VirtualEventsRootSolutionsRoot. virtualEventsMethods in odata.msgraph.client.entity that return VirtualEventsRoot Modifier and Type Method Description VirtualEventsRootVirtualEventsRoot.Builder. build()VirtualEventsRootVirtualEventsRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.VirtualEventsRootVirtualEventsRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).VirtualEventsRootVirtualEventsRoot. withEvents(List<VirtualEvent> events)VirtualEventsRootVirtualEventsRoot. withUnmappedField(String name, Object value)VirtualEventsRootVirtualEventsRoot. withWebinars(List<VirtualEventWebinar> webinars)Methods in odata.msgraph.client.entity with parameters of type VirtualEventsRoot Modifier and Type Method Description SolutionsRoot.BuilderSolutionsRoot.Builder. virtualEvents(VirtualEventsRoot virtualEvents)SolutionsRootSolutionsRoot. withVirtualEvents(VirtualEventsRoot virtualEvents)
-