Uses of Class
com.microsoft.graph.models.BookingCustomerInformationBase
Packages that use BookingCustomerInformationBase
-
Uses of BookingCustomerInformationBase in com.microsoft.graph.models
Subclasses of BookingCustomerInformationBase in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return BookingCustomerInformationBaseModifier and TypeMethodDescriptionBookingCustomerInformationBase.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type BookingCustomerInformationBaseModifier and TypeMethodDescriptionBookingAppointment.getCustomers()Gets the customers property value.Method parameters in com.microsoft.graph.models with type arguments of type BookingCustomerInformationBaseModifier and TypeMethodDescriptionvoidBookingAppointment.setCustomers(List<BookingCustomerInformationBase> value) Sets the customers property value.