Uses of Enum
com.microsoft.graph.models.BookingStaffMembershipStatus
Packages that use BookingStaffMembershipStatus
-
Uses of BookingStaffMembershipStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BookingStaffMembershipStatusModifier and TypeMethodDescriptionstatic BookingStaffMembershipStatusBookingStaffMember.getMembershipStatus()Gets the membershipStatus property value.static BookingStaffMembershipStatusReturns the enum constant of this type with the specified name.static BookingStaffMembershipStatus[]BookingStaffMembershipStatus.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 BookingStaffMembershipStatusModifier and TypeMethodDescriptionvoidBookingStaffMember.setMembershipStatus(BookingStaffMembershipStatus value) Sets the membershipStatus property value.