Uses of Class
odata.msgraph.client.beta.entity.BookingPerson
-
Packages that use BookingPerson Package Description odata.msgraph.client.beta.entity -
-
Uses of BookingPerson in odata.msgraph.client.beta.entity
Subclasses of BookingPerson in odata.msgraph.client.beta.entity Modifier and Type Class Description classBookingCustomer“Represents a customer of the business.”classBookingStaffMember“Represents a staff member who provides services in a business.”Methods in odata.msgraph.client.beta.entity that return BookingPerson Modifier and Type Method Description BookingPersonBookingPerson.Builder. build()BookingPersonBookingPerson. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BookingPersonBookingPerson. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BookingPersonBookingPerson. withEmailAddress(String emailAddress)Returns an immutable copy ofthiswith just theemailAddressfield changed.BookingPersonBookingPerson. withUnmappedField(String name, String value)
-