Uses of Enum
com.microsoft.graph.models.BookingType
Packages that use BookingType
-
Uses of BookingType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingTypeModifier and TypeMethodDescriptionstatic BookingTypeRoom.getBookingType()Gets the bookingType property value.static BookingTypeReturns the enum constant of this type with the specified name.static BookingType[]BookingType.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 BookingTypeModifier and TypeMethodDescriptionvoidRoom.setBookingType(BookingType value) Sets the bookingType property value.