Uses of Class
odata.msgraph.client.entity.SolutionsRoot
-
Packages that use SolutionsRoot Package Description odata.msgraph.client.entity -
-
Uses of SolutionsRoot in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return SolutionsRoot Modifier and Type Method Description SolutionsRootSolutionsRoot.Builder. build()SolutionsRootSolutionsRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SolutionsRootSolutionsRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SolutionsRootSolutionsRoot. withBookingBusinesses(List<BookingBusiness> bookingBusinesses)SolutionsRootSolutionsRoot. withBookingCurrencies(List<BookingCurrency> bookingCurrencies)SolutionsRootSolutionsRoot. withUnmappedField(String name, Object value)SolutionsRootSolutionsRoot. withVirtualEvents(VirtualEventsRoot virtualEvents)
-