Uses of Enum Class
com.vonage.client.meetings.JoinApprovalLevel
Packages that use JoinApprovalLevel
Package
Description
This package contains classes and sub-packages to support usage of the
Meetings API.
-
Uses of JoinApprovalLevel in com.vonage.client.meetings
Methods in com.vonage.client.meetings that return JoinApprovalLevelModifier and TypeMethodDescriptionstatic JoinApprovalLevelJoinApprovalLevel.fromString(String value) MeetingRoom.getJoinApprovalLevel()The level of approval needed to join the meeting in the room.UpdateRoomRequest.getJoinApprovalLevel()The level of approval needed to join the meeting in the room.static JoinApprovalLevelReturns the enum constant of this class with the specified name.static JoinApprovalLevel[]JoinApprovalLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.meetings with parameters of type JoinApprovalLevelModifier and TypeMethodDescriptionMeetingRoom.Builder.joinApprovalLevel(JoinApprovalLevel joinApprovalLevel) Level of approval needed to join the meeting in the room.UpdateRoomRequest.Builder.joinApprovalLevel(JoinApprovalLevel joinApprovalLevel)