Uses of Class
odata.msgraph.client.beta.entity.BookingNamedEntity
-
Packages that use BookingNamedEntity Package Description odata.msgraph.client.beta.entity -
-
Uses of BookingNamedEntity in odata.msgraph.client.beta.entity
Subclasses of BookingNamedEntity in odata.msgraph.client.beta.entity Modifier and Type Class Description classBookingBusiness“The bookingBusiness is the top level object which contains business information and related business objects such as appointments, customers, services and staff members.”classBookingCustomer“Represents a customer of the business.”classBookingPerson“Represents a booking customer or staff member.”classBookingService“Represents a particular service offered by a booking business.”classBookingStaffMember“Represents a staff member who provides services in a business.”Methods in odata.msgraph.client.beta.entity that return BookingNamedEntity Modifier and Type Method Description BookingNamedEntityBookingNamedEntity. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BookingNamedEntityBookingNamedEntity. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BookingNamedEntityBookingNamedEntity. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.BookingNamedEntityBookingNamedEntity. withUnmappedField(String name, String value)
-