Class InvitationProcessorRequest
- 
                    
                    - All Implemented Interfaces:
 
 @Serializable() public final class InvitationProcessorRequestRepresents the payload used in the InvitationsApi network request. This class is used to send information required to process an invitation in the network request. It includes the invitation URL and a flag indicating whether to inspect the invitation. - Since:
- 3.0.7 
 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description InvitationProcessorRequest(String url, Boolean inspect)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringgetUrl()The URL of the invitation to be processed. final BooleangetInspect()A flag indicating whether the invitation should be inspected before processing. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        getInspectfinal Boolean getInspect() A flag indicating whether the invitation should be inspected before processing. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-