Uses of Class
odata.msgraph.client.beta.entity.BookingCustomer
-
Packages that use BookingCustomer Package Description odata.msgraph.client.beta.entity -
-
Uses of BookingCustomer in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return BookingCustomer Modifier and Type Method Description BookingCustomerBookingCustomer.Builder. build()BookingCustomerBookingCustomer. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BookingCustomerBookingCustomer. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BookingCustomerBookingCustomer. withAddresses(List<PhysicalAddress> addresses)BookingCustomerBookingCustomer. withPhones(List<Phone> phones)BookingCustomerBookingCustomer. withUnmappedField(String name, String value)
-