- 
                    
                    
 public final class CallCompositeLeaveCallConfirmationMode extends ExpandableStringEnum<CallCompositeLeaveCallConfirmationMode> Represents the leave call confirmation mode for a call composite. This class defines the options for the leave call confirmation, such as enable or disable. 
- 
                
                    
                    
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public final static CallCompositeLeaveCallConfirmationModeALWAYS_ENABLEDpublic final static CallCompositeLeaveCallConfirmationModeALWAYS_DISABLED
 - 
                                
                            
                                Method SummaryModifier and Type Method Description static CallCompositeLeaveCallConfirmationModefromString(String name)Creates an instance of CallCompositeLeaveCallConfirmationMode from a string name. static Collection<CallCompositeLeaveCallConfirmationMode>values()Returns all the available values for CallCompositeLeaveCallConfirmationMode. - 
                    
                    
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        fromStringstatic CallCompositeLeaveCallConfirmationMode fromString(String name) Creates an instance of CallCompositeLeaveCallConfirmationMode from a string name. - Parameters:
- name- The name of the mode as a string.
 
 - 
                                        valuesstatic Collection<CallCompositeLeaveCallConfirmationMode> values() Returns all the available values for CallCompositeLeaveCallConfirmationMode. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
                    
                    
 
-