Uses of Class
com.microsoft.graph.models.BookingCustomerBase
Packages that use BookingCustomerBase
-
Uses of BookingCustomerBase in com.microsoft.graph.models
Subclasses of BookingCustomerBase in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return BookingCustomerBaseModifier and TypeMethodDescriptionstatic BookingCustomerBaseBookingCustomerBase.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 BookingCustomerBaseModifier and TypeMethodDescriptionBookingBusiness.getCustomers()Gets the customers property value.BookingCustomerBaseCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type BookingCustomerBaseModifier and TypeMethodDescriptionvoidBookingBusiness.setCustomers(List<BookingCustomerBase> value) Sets the customers property value.voidBookingCustomerBaseCollectionResponse.setValue(List<BookingCustomerBase> value) Sets the value property value.