Uses of Enum
com.microsoft.graph.models.BookingStaffRole
Packages that use BookingStaffRole
-
Uses of BookingStaffRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingStaffRoleModifier and TypeMethodDescriptionstatic BookingStaffRoleBookingStaffMember.getRole()Gets the role property value.static BookingStaffRoleReturns the enum constant of this type with the specified name.static BookingStaffRole[]BookingStaffRole.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 BookingStaffRoleModifier and TypeMethodDescriptionvoidBookingStaffMember.setRole(BookingStaffRole value) Sets the role property value.