Uses of Enum
com.microsoft.graph.models.BookingPageAccessControl
Packages that use BookingPageAccessControl
-
Uses of BookingPageAccessControl in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingPageAccessControlModifier and TypeMethodDescriptionstatic BookingPageAccessControlBookingPageSettings.getAccessControl()Gets the accessControl property value.static BookingPageAccessControlReturns the enum constant of this type with the specified name.static BookingPageAccessControl[]BookingPageAccessControl.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 BookingPageAccessControlModifier and TypeMethodDescriptionvoidBookingPageSettings.setAccessControl(BookingPageAccessControl value) Sets the accessControl property value.