Uses of Enum
com.microsoft.graph.models.BookingPriceType
Packages that use BookingPriceType
-
Uses of BookingPriceType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingPriceTypeModifier and TypeMethodDescriptionstatic BookingPriceTypeBookingService.getDefaultPriceType()Gets the defaultPriceType property value.BookingAppointment.getPriceType()Gets the priceType property value.static BookingPriceTypeReturns the enum constant of this type with the specified name.static BookingPriceType[]BookingPriceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type BookingPriceTypeModifier and TypeMethodDescriptionvoidBookingService.setDefaultPriceType(BookingPriceType value) Sets the defaultPriceType property value.voidBookingAppointment.setPriceType(BookingPriceType value) Sets the priceType property value.