Uses of Class
odata.msgraph.client.beta.enums.BookingPriceType
-
Packages that use BookingPriceType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of BookingPriceType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as BookingPriceType Modifier and Type Field Description protected BookingPriceTypeBookingService. defaultPriceTypeprotected BookingPriceTypeBookingAppointment. priceTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type BookingPriceType Modifier and Type Method Description Optional<BookingPriceType>BookingService. getDefaultPriceType()Optional<BookingPriceType>BookingAppointment. getPriceType()Methods in odata.msgraph.client.beta.entity with parameters of type BookingPriceType Modifier and Type Method Description BookingService.BuilderBookingService.Builder. defaultPriceType(BookingPriceType defaultPriceType)BookingAppointment.BuilderBookingAppointment.Builder. priceType(BookingPriceType priceType)BookingServiceBookingService. withDefaultPriceType(BookingPriceType defaultPriceType)BookingAppointmentBookingAppointment. withPriceType(BookingPriceType priceType) -
Uses of BookingPriceType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BookingPriceType Modifier and Type Method Description static BookingPriceTypeBookingPriceType. valueOf(String name)Returns 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.
-