Uses of Enum Class
com.mypurecloud.sdk.v2.model.Participant.ScreenRecordingStateEnum
Packages that use Participant.ScreenRecordingStateEnum
-
Uses of Participant.ScreenRecordingStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Participant.ScreenRecordingStateEnumModifier and TypeMethodDescriptionParticipant.ScreenRecordingStateEnum.fromString(String key) Participant.getScreenRecordingState()Returns the enum constant of this class with the specified name.static Participant.ScreenRecordingStateEnum[]Participant.ScreenRecordingStateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Participant.ScreenRecordingStateEnumModifier and TypeMethodDescriptionParticipant.screenRecordingState(Participant.ScreenRecordingStateEnum screenRecordingState) The current screen recording state for this participant.voidParticipant.setScreenRecordingState(Participant.ScreenRecordingStateEnum screenRecordingState)