Class InvitationProcessorRequest

  • All Implemented Interfaces:

    @Serializable() 
    public final class InvitationProcessorRequest
    
                        

    Represents 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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUrl() The URL of the invitation to be processed.
      final Boolean getInspect() A flag indicating whether the invitation should be inspected before processing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvitationProcessorRequest

        InvitationProcessorRequest(String url, Boolean inspect)
    • Method Detail

      • getUrl

         final String getUrl()

        The URL of the invitation to be processed.

      • getInspect

         final Boolean getInspect()

        A flag indicating whether the invitation should be inspected before processing.