Uses of Class
odata.msgraph.client.complex.BookingCustomerInformationBase
-
Packages that use BookingCustomerInformationBase Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of BookingCustomerInformationBase in odata.msgraph.client.complex
Subclasses of BookingCustomerInformationBase in odata.msgraph.client.complex Modifier and Type Class Description classBookingCustomerInformationMethods in odata.msgraph.client.complex that return BookingCustomerInformationBase Modifier and Type Method Description BookingCustomerInformationBaseBookingCustomerInformationBase. withUnmappedField(String name, Object value) -
Uses of BookingCustomerInformationBase in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type BookingCustomerInformationBase Modifier and Type Field Description protected List<BookingCustomerInformationBase>BookingAppointment. customersMethods in odata.msgraph.client.entity that return types with arguments of type BookingCustomerInformationBase Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BookingCustomerInformationBase>BookingAppointment. getCustomers()com.github.davidmoten.odata.client.CollectionPage<BookingCustomerInformationBase>BookingAppointment. getCustomers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type BookingCustomerInformationBase Modifier and Type Method Description BookingAppointment.BuilderBookingAppointment.Builder. customers(BookingCustomerInformationBase... customers)Method parameters in odata.msgraph.client.entity with type arguments of type BookingCustomerInformationBase Modifier and Type Method Description BookingAppointment.BuilderBookingAppointment.Builder. customers(List<BookingCustomerInformationBase> customers)BookingAppointmentBookingAppointment. withCustomers(List<BookingCustomerInformationBase> customers)
-